Html Css Color HEX #BB6DDD Medium Orchid

📋 copy color: '#BB6DDD'

red 187 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #BB6DDD

Tints of Medium Orchid #BB6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 36.17%
G = 21.08%
B = 42.75%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6DDD (or 0xBB6DDD) is known color: Medium Orchid. HEX triplet: BB, 6D and DD. RGB value is (187,109,221). Sum of RGB (Red+Green+Blue) = 187+109+221=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DDD is #449222. Grayscale: #909090. Windows color (decimal): -4493859 or 14511547. OLE color: 14511547.

HSL color Cylindrical-coordinate representation of color #BB6DDD: hue angle of 281.79º degrees, saturation: 0.62, 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 #BB6DDD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 109 221 -
CMYK 0.15 0.51 0 0.13
HSL 281.79º 0.62% 0.65% -
HSV(B) 281.79º 0.51% 0.87% -
XYZ 39.01 26.72 71.51 -
YUV 145.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 187 109 221 0.15 0.51 0 0.13 281.79 0.62 0.65
Hex BB 6D DD F 33 0 D 11A 3E 41
Octal 273 155 335 17 63 0 15 432 76 101
Binary 10111011 1101101 11011101 1111 110011 0 1101 100011010 111110 1000001

Color Harmonies of #BB6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DDD

Black with #BB6DDD

Text Example


Text Example

White with #BB6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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