Html Css Color HEX #BB55E2 Medium Orchid

📋 copy color: '#BB55E2'

red 187 ◦ green 85 ◦ blue 226

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

Shades of Medium Orchid #BB55E2

Tints of Medium Orchid #BB55E2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.07%

 BLUE value IS 226 (88.67% from 255) = 45.38%

R = 37.55%
G = 17.07%
B = 45.38%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB55E2 (or 0xBB55E2) is known color: Medium Orchid. HEX triplet: BB, 55 and E2. RGB value is (187,85,226). Sum of RGB (Red+Green+Blue) = 187+85+226=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB55E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55E2 is #44AA1D. Grayscale: #838383. Windows color (decimal): -4499998 or 14833083. OLE color: 14833083.

HSL color Cylindrical-coordinate representation of color #BB55E2: hue angle of 283.4º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB55E2 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 85 226 -
CMYK 0.17 0.62 0 0.11
HSL 283.4º 0.71% 0.61% -
HSV(B) 283.4º 0.62% 0.89% -
XYZ 37.47 22.55 74.33 -
YUV 131.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 187 85 226 0.17 0.62 0 0.11 283.4 0.71 0.61
Hex BB 55 E2 11 3E 0 B 11B 47 3D
Octal 273 125 342 21 76 0 13 433 107 75
Binary 10111011 1010101 11100010 10001 111110 0 1011 100011011 1000111 111101

Color Harmonies of #BB55E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55E2

Black with #BB55E2

Text Example


Text Example

White with #BB55E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55E2; }

 p { color: rgb(187,85,226); }

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

background-color css

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

 a { background-color: rgb(187,85,226); }

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

border-color css

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

 span { border-color: rgb(187,85,226); }

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