Html Css Color HEX #BB6CD8 Medium Orchid

📋 copy color: '#BB6CD8'

red 187 ◦ green 108 ◦ blue 216

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

Shades of Medium Orchid #BB6CD8

Tints of Medium Orchid #BB6CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 36.59%
G = 21.14%
B = 42.27%

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

#BB6CD8 (or 0xBB6CD8) is known color: Medium Orchid. HEX triplet: BB, 6C and D8. RGB value is (187,108,216). Sum of RGB (Red+Green+Blue) = 187+108+216=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB6CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CD8 is #449327. Grayscale: #8F8F8F. Windows color (decimal): -4494120 or 14183611. OLE color: 14183611.

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

Color convert

RGB 187 108 216 -
CMYK 0.13 0.50 0 0.15
HSL 283.89º 0.58% 0.64% -
HSV(B) 283.89º 0.5% 0.85% -
XYZ 38.25 26.25 68.02 -
YUV 143.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 187 108 216 0.13 0.50 0 0.15 283.89 0.58 0.64
Hex BB 6C D8 D 32 0 F 11C 3A 40
Octal 273 154 330 15 62 0 17 434 72 100
Binary 10111011 1101100 11011000 1101 110010 0 1111 100011100 111010 1000000

Color Harmonies of #BB6CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CD8

Black with #BB6CD8

Text Example


Text Example

White with #BB6CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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