Html Css Color HEX #BB6ED8 Medium Orchid

📋 copy color: '#BB6ED8'

red 187 ◦ green 110 ◦ blue 216

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

Shades of Medium Orchid #BB6ED8

Tints of Medium Orchid #BB6ED8

RGB

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

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

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

R = 36.45%
G = 21.44%
B = 42.11%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6ED8 (or 0xBB6ED8) is known color: Medium Orchid. HEX triplet: BB, 6E and D8. RGB value is (187,110,216). Sum of RGB (Red+Green+Blue) = 187+110+216=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED8 is #449127. Grayscale: #909090. Windows color (decimal): -4493608 or 14184123. OLE color: 14184123.

HSL color Cylindrical-coordinate representation of color #BB6ED8: hue angle of 283.58º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6ED8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 110 216 -
CMYK 0.13 0.49 0 0.15
HSL 283.58º 0.58% 0.64% -
HSV(B) 283.58º 0.49% 0.85% -
XYZ 38.46 26.67 68.09 -
YUV 145.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 187 110 216 0.13 0.49 0 0.15 283.58 0.58 0.64
Hex BB 6E D8 D 31 0 F 11C 3A 40
Octal 273 156 330 15 61 0 17 434 72 100
Binary 10111011 1101110 11011000 1101 110001 0 1111 100011100 111010 1000000

Color Harmonies of #BB6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ED8

Black with #BB6ED8

Text Example


Text Example

White with #BB6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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