Html Css Color HEX #BB6ED9 Medium Orchid

📋 copy color: '#BB6ED9'

red 187 ◦ green 110 ◦ blue 217

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

Shades of Medium Orchid #BB6ED9

Tints of Medium Orchid #BB6ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 36.38%
G = 21.4%
B = 42.22%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6ED9 (or 0xBB6ED9) is known color: Medium Orchid. HEX triplet: BB, 6E and D9. RGB value is (187,110,217). Sum of RGB (Red+Green+Blue) = 187+110+217=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED9 is #449126. Grayscale: #909090. Windows color (decimal): -4493607 or 14249659. OLE color: 14249659.

HSL color Cylindrical-coordinate representation of color #BB6ED9: hue angle of 283.18º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6ED9 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 110 217 -
CMYK 0.14 0.49 0 0.15
HSL 283.18º 0.58% 0.64% -
HSV(B) 283.18º 0.49% 0.85% -
XYZ 38.59 26.73 68.77 -
YUV 145.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 187 110 217 0.14 0.49 0 0.15 283.18 0.58 0.64
Hex BB 6E D9 E 31 0 F 11B 3A 40
Octal 273 156 331 16 61 0 17 433 72 100
Binary 10111011 1101110 11011001 1110 110001 0 1111 100011011 111010 1000000

Color Harmonies of #BB6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ED9

Black with #BB6ED9

Text Example


Text Example

White with #BB6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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