Html Css Color HEX #BF55EB Medium Orchid

📋 copy color: '#BF55EB'

red 191 ◦ green 85 ◦ blue 235

#BF55EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF55EB

Tints of Medium Orchid #BF55EB

RGB

 RED value IS 191 (75% from 255) = 37.38%

 GREEN value IS 85 (33.59% from 255) = 16.63%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 37.38%
G = 16.63%
B = 45.99%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF55EB (or 0xBF55EB) is known color: Medium Orchid. HEX triplet: BF, 55 and EB. RGB value is (191,85,235). Sum of RGB (Red+Green+Blue) = 191+85+235=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF55EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55EB is #40AA14. Grayscale: #858585. Windows color (decimal): -4237845 or 15422911. OLE color: 15422911.

HSL color Cylindrical-coordinate representation of color #BF55EB: hue angle of 282.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF55EB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 85 235 -
CMYK 0.19 0.64 0 0.08
HSL 282.4º 0.79% 0.63% -
HSV(B) 282.4º 0.64% 0.92% -
XYZ 39.73 23.57 81.05 -
YUV 133.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 191 85 235 0.19 0.64 0 0.08 282.4 0.79 0.63
Hex BF 55 EB 13 40 0 8 11A 4F 3F
Octal 277 125 353 23 100 0 10 432 117 77
Binary 10111111 1010101 11101011 10011 1000000 0 1000 100011010 1001111 111111

Color Harmonies of #BF55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55EB

Black with #BF55EB

Text Example


Text Example

White with #BF55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55EB; }

 p { color: rgb(191,85,235); }

 H1.HeaderClassName
 {
   color: #BF55EB;
 }
 .AnyTagClassName
 {
   color: #BF55EB;
 }
</style>

background-color css

<style>
 a { background-color: #BF55EB; }

 a { background-color: rgb(191,85,235); }

 div.DivClassName
 {
   background-color: #BF55EB;
 }
 .BgClassName
 {
   background-color: #BF55EB;
 }
</style>

border-color css

<style>
 span { border-color: #BF55EB; }

 span { border-color: rgb(191,85,235); }

 td.TdClassName
 {
   border-color: #BF55EB;
 }
 .TagClassName
 {
   border-color: #BF55EB;
 }
</style>