Html Css Color HEX #BB6EDD Medium Orchid

📋 copy color: '#BB6EDD'

red 187 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #BB6EDD

Tints of Medium Orchid #BB6EDD

RGB

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

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

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

R = 36.1%
G = 21.24%
B = 42.66%

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

#BB6EDD (or 0xBB6EDD) is known color: Medium Orchid. HEX triplet: BB, 6E and DD. RGB value is (187,110,221). Sum of RGB (Red+Green+Blue) = 187+110+221=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EDD is #449122. Grayscale: #919191. Windows color (decimal): -4493603 or 14511803. OLE color: 14511803.

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

Color convert

RGB 187 110 221 -
CMYK 0.15 0.50 0 0.13
HSL 281.62º 0.62% 0.65% -
HSV(B) 281.62º 0.5% 0.87% -
XYZ 39.12 26.94 71.54 -
YUV 145.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 187 110 221 0.15 0.50 0 0.13 281.62 0.62 0.65
Hex BB 6E DD F 32 0 D 11A 3E 41
Octal 273 156 335 17 62 0 15 432 76 101
Binary 10111011 1101110 11011101 1111 110010 0 1101 100011010 111110 1000001

Color Harmonies of #BB6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EDD

Black with #BB6EDD

Text Example


Text Example

White with #BB6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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