Html Css Color HEX #BB6DD9 Medium Orchid

📋 copy color: '#BB6DD9'

red 187 ◦ green 109 ◦ blue 217

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

Shades of Medium Orchid #BB6DD9

Tints of Medium Orchid #BB6DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

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

R = 36.45%
G = 21.25%
B = 42.3%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6DD9 (or 0xBB6DD9) is known color: Medium Orchid. HEX triplet: BB, 6D and D9. RGB value is (187,109,217). Sum of RGB (Red+Green+Blue) = 187+109+217=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB6DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DD9 is #449226. Grayscale: #909090. Windows color (decimal): -4493863 or 14249403. OLE color: 14249403.

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

Color convert

RGB 187 109 217 -
CMYK 0.14 0.50 0 0.15
HSL 283.33º 0.59% 0.64% -
HSV(B) 283.33º 0.5% 0.85% -
XYZ 38.49 26.51 68.73 -
YUV 144.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 187 109 217 0.14 0.50 0 0.15 283.33 0.59 0.64
Hex BB 6D D9 E 32 0 F 11B 3B 40
Octal 273 155 331 16 62 0 17 433 73 100
Binary 10111011 1101101 11011001 1110 110010 0 1111 100011011 111011 1000000

Color Harmonies of #BB6DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DD9

Black with #BB6DD9

Text Example


Text Example

White with #BB6DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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