Html Css Color HEX #BB55E0 Medium Orchid

📋 copy color: '#BB55E0'

red 187 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #BB55E0

Tints of Medium Orchid #BB55E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 37.7%
G = 17.14%
B = 45.16%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB55E0 (or 0xBB55E0) is known color: Medium Orchid. HEX triplet: BB, 55 and E0. RGB value is (187,85,224). Sum of RGB (Red+Green+Blue) = 187+85+224=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55E0 is #44AA1F. Grayscale: #828282. Windows color (decimal): -4500000 or 14702011. OLE color: 14702011.

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

Color convert

RGB 187 85 224 -
CMYK 0.17 0.62 0 0.12
HSL 284.03º 0.69% 0.61% -
HSV(B) 284.03º 0.62% 0.88% -
XYZ 37.2 22.44 72.89 -
YUV 131.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 187 85 224 0.17 0.62 0 0.12 284.03 0.69 0.61
Hex BB 55 E0 11 3E 0 C 11C 45 3D
Octal 273 125 340 21 76 0 14 434 105 75
Binary 10111011 1010101 11100000 10001 111110 0 1100 100011100 1000101 111101

Color Harmonies of #BB55E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55E0

Black with #BB55E0

Text Example


Text Example

White with #BB55E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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