Html Css Color HEX #BB6EDF Medium Orchid

📋 copy color: '#BB6EDF'

red 187 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #BB6EDF

Tints of Medium Orchid #BB6EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.15%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 35.96%
G = 21.15%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6EDF (or 0xBB6EDF) is known color: Medium Orchid. HEX triplet: BB, 6E and DF. RGB value is (187,110,223). Sum of RGB (Red+Green+Blue) = 187+110+223=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EDF is #449120. Grayscale: #919191. Windows color (decimal): -4493601 or 14642875. OLE color: 14642875.

HSL color Cylindrical-coordinate representation of color #BB6EDF: hue angle of 280.88º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6EDF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 110 223 -
CMYK 0.16 0.51 0 0.13
HSL 280.88º 0.64% 0.65% -
HSV(B) 280.88º 0.51% 0.87% -
XYZ 39.39 27.04 72.96 -
YUV 145.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 187 110 223 0.16 0.51 0 0.13 280.88 0.64 0.65
Hex BB 6E DF 10 33 0 D 119 40 41
Octal 273 156 337 20 63 0 15 431 100 101
Binary 10111011 1101110 11011111 10000 110011 0 1101 100011001 1000000 1000001

Color Harmonies of #BB6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EDF

Black with #BB6EDF

Text Example


Text Example

White with #BB6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EDF; }

 p { color: rgb(187,110,223); }

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

background-color css

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

 a { background-color: rgb(187,110,223); }

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

border-color css

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

 span { border-color: rgb(187,110,223); }

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