Html Css Color HEX #BB5ECF Medium Orchid

📋 copy color: '#BB5ECF'

red 187 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #BB5ECF

Tints of Medium Orchid #BB5ECF

RGB

 RED value IS 187 (73.44% from 255) = 38.32%

 GREEN value IS 94 (37.11% from 255) = 19.26%

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 38.32%
G = 19.26%
B = 42.42%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB5ECF (or 0xBB5ECF) is known color: Medium Orchid. HEX triplet: BB, 5E and CF. RGB value is (187,94,207). Sum of RGB (Red+Green+Blue) = 187+94+207=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ECF is #44A130. Grayscale: #868686. Windows color (decimal): -4497713 or 13590203. OLE color: 13590203.

HSL color Cylindrical-coordinate representation of color #BB5ECF: hue angle of 289.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5ECF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 94 207 -
CMYK 0.10 0.55 0 0.19
HSL 289.38º 0.54% 0.59% -
HSV(B) 289.38º 0.55% 0.81% -
XYZ 35.76 23.08 61.6 -
YUV 134.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 187 94 207 0.10 0.55 0 0.19 289.38 0.54 0.59
Hex BB 5E CF A 37 0 13 121 36 3B
Octal 273 136 317 12 67 0 23 441 66 73
Binary 10111011 1011110 11001111 1010 110111 0 10011 100100001 110110 111011

Color Harmonies of #BB5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5ECF

Black with #BB5ECF

Text Example


Text Example

White with #BB5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5ECF; }

 p { color: rgb(187,94,207); }

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

background-color css

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

 a { background-color: rgb(187,94,207); }

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

border-color css

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

 span { border-color: rgb(187,94,207); }

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