Html Css Color HEX #BB4EE4 Medium Orchid

📋 copy color: '#BB4EE4'

red 187 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #BB4EE4

Tints of Medium Orchid #BB4EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.25%

R = 37.93%
G = 15.82%
B = 46.25%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB4EE4 (or 0xBB4EE4) is known color: Medium Orchid. HEX triplet: BB, 4E and E4. RGB value is (187,78,228). Sum of RGB (Red+Green+Blue) = 187+78+228=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB4EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EE4 is #44B11B. Grayscale: #7F7F7F. Windows color (decimal): -4501788 or 14962363. OLE color: 14962363.

HSL color Cylindrical-coordinate representation of color #BB4EE4: hue angle of 283.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4EE4 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 78 228 -
CMYK 0.18 0.66 0 0.11
HSL 283.6º 0.74% 0.6% -
HSV(B) 283.6º 0.66% 0.89% -
XYZ 37.22 21.62 75.61 -
YUV 127.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 187 78 228 0.18 0.66 0 0.11 283.6 0.74 0.6
Hex BB 4E E4 12 42 0 B 11C 4A 3C
Octal 273 116 344 22 102 0 13 434 112 74
Binary 10111011 1001110 11100100 10010 1000010 0 1011 100011100 1001010 111100

Color Harmonies of #BB4EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EE4

Black with #BB4EE4

Text Example


Text Example

White with #BB4EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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