Html Css Color HEX #BB55EE Medium Orchid

📋 copy color: '#BB55EE'

red 187 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #BB55EE

Tints of Medium Orchid #BB55EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 36.67%
G = 16.67%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB55EE (or 0xBB55EE) is known color: Medium Orchid. HEX triplet: BB, 55 and EE. RGB value is (187,85,238). Sum of RGB (Red+Green+Blue) = 187+85+238=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55EE is #44AA11. Grayscale: #848484. Windows color (decimal): -4499986 or 15619515. OLE color: 15619515.

HSL color Cylindrical-coordinate representation of color #BB55EE: hue angle of 280º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB55EE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 85 238 -
CMYK 0.21 0.64 0 0.07
HSL 280º 0.82% 0.63% -
HSV(B) 280º 0.64% 0.93% -
XYZ 39.17 23.23 83.31 -
YUV 132.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 187 85 238 0.21 0.64 0 0.07 280 0.82 0.63
Hex BB 55 EE 15 40 0 7 118 52 3F
Octal 273 125 356 25 100 0 7 430 122 77
Binary 10111011 1010101 11101110 10101 1000000 0 111 100011000 1010010 111111

Color Harmonies of #BB55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55EE

Black with #BB55EE

Text Example


Text Example

White with #BB55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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