Html Css Color HEX #BB4ED8 Medium Orchid

📋 copy color: '#BB4ED8'

red 187 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #BB4ED8

Tints of Medium Orchid #BB4ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

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

R = 38.88%
G = 16.22%
B = 44.91%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB4ED8 (or 0xBB4ED8) is known color: Medium Orchid. HEX triplet: BB, 4E and D8. RGB value is (187,78,216). Sum of RGB (Red+Green+Blue) = 187+78+216=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4ED8 is #44B127. Grayscale: #7D7D7D. Windows color (decimal): -4501800 or 14175931. OLE color: 14175931.

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

Color convert

RGB 187 78 216 -
CMYK 0.13 0.64 0 0.15
HSL 287.39º 0.64% 0.58% -
HSV(B) 287.39º 0.64% 0.85% -
XYZ 35.61 20.97 67.14 -
YUV 126.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 187 78 216 0.13 0.64 0 0.15 287.39 0.64 0.58
Hex BB 4E D8 D 40 0 F 11F 40 3A
Octal 273 116 330 15 100 0 17 437 100 72
Binary 10111011 1001110 11011000 1101 1000000 0 1111 100011111 1000000 111010

Color Harmonies of #BB4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ED8

Black with #BB4ED8

Text Example


Text Example

White with #BB4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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