Html Css Color HEX #BB6DD3 Medium Orchid

📋 copy color: '#BB6DD3'

red 187 ◦ green 109 ◦ blue 211

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

Shades of Medium Orchid #BB6DD3

Tints of Medium Orchid #BB6DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.62%

R = 36.88%
G = 21.5%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB6DD3 (or 0xBB6DD3) is known color: Medium Orchid. HEX triplet: BB, 6D and D3. RGB value is (187,109,211). Sum of RGB (Red+Green+Blue) = 187+109+211=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB6DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DD3 is #44922C. Grayscale: #8F8F8F. Windows color (decimal): -4493869 or 13856187. OLE color: 13856187.

HSL color Cylindrical-coordinate representation of color #BB6DD3: hue angle of 285.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6DD3 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 109 211 -
CMYK 0.11 0.48 0 0.17
HSL 285.88º 0.54% 0.63% -
HSV(B) 285.88º 0.48% 0.83% -
XYZ 37.72 26.21 64.7 -
YUV 143.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 187 109 211 0.11 0.48 0 0.17 285.88 0.54 0.63
Hex BB 6D D3 B 30 0 11 11E 36 3F
Octal 273 155 323 13 60 0 21 436 66 77
Binary 10111011 1101101 11010011 1011 110000 0 10001 100011110 110110 111111

Color Harmonies of #BB6DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DD3

Black with #BB6DD3

Text Example


Text Example

White with #BB6DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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