Html Css Color HEX #BB6FDD Medium Orchid

📋 copy color: '#BB6FDD'

red 187 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #BB6FDD

Tints of Medium Orchid #BB6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

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

R = 36.03%
G = 21.39%
B = 42.58%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6FDD (or 0xBB6FDD) is known color: Medium Orchid. HEX triplet: BB, 6F and DD. RGB value is (187,111,221). Sum of RGB (Red+Green+Blue) = 187+111+221=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FDD is #449022. Grayscale: #919191. Windows color (decimal): -4493347 or 14512059. OLE color: 14512059.

HSL color Cylindrical-coordinate representation of color #BB6FDD: hue angle of 281.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6FDD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 111 221 -
CMYK 0.15 0.50 0 0.13
HSL 281.45º 0.62% 0.65% -
HSV(B) 281.45º 0.5% 0.87% -
XYZ 39.23 27.15 71.58 -
YUV 146.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 187 111 221 0.15 0.50 0 0.13 281.45 0.62 0.65
Hex BB 6F DD F 32 0 D 119 3E 41
Octal 273 157 335 17 62 0 15 431 76 101
Binary 10111011 1101111 11011101 1111 110010 0 1101 100011001 111110 1000001

Color Harmonies of #BB6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FDD

Black with #BB6FDD

Text Example


Text Example

White with #BB6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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