Html Css Color HEX #BB6DD8 Medium Orchid

📋 copy color: '#BB6DD8'

red 187 ◦ green 109 ◦ blue 216

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

Shades of Medium Orchid #BB6DD8

Tints of Medium Orchid #BB6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.19%

R = 36.52%
G = 21.29%
B = 42.19%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6DD8 (or 0xBB6DD8) is known color: Medium Orchid. HEX triplet: BB, 6D and D8. RGB value is (187,109,216). Sum of RGB (Red+Green+Blue) = 187+109+216=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DD8 is #449227. Grayscale: #909090. Windows color (decimal): -4493864 or 14183867. OLE color: 14183867.

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

Color convert

RGB 187 109 216 -
CMYK 0.13 0.50 0 0.15
HSL 283.74º 0.58% 0.64% -
HSV(B) 283.74º 0.5% 0.85% -
XYZ 38.36 26.46 68.05 -
YUV 144.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 187 109 216 0.13 0.50 0 0.15 283.74 0.58 0.64
Hex BB 6D D8 D 32 0 F 11C 3A 40
Octal 273 155 330 15 62 0 17 434 72 100
Binary 10111011 1101101 11011000 1101 110010 0 1111 100011100 111010 1000000

Color Harmonies of #BB6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DD8

Black with #BB6DD8

Text Example


Text Example

White with #BB6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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