Html Css Color HEX #BB52EE Medium Orchid

📋 copy color: '#BB52EE'

red 187 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #BB52EE

Tints of Medium Orchid #BB52EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.17%

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

R = 36.88%
G = 16.17%
B = 46.94%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB52EE (or 0xBB52EE) is known color: Medium Orchid. HEX triplet: BB, 52 and EE. RGB value is (187,82,238). Sum of RGB (Red+Green+Blue) = 187+82+238=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB52EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52EE is #44AD11. Grayscale: #828282. Windows color (decimal): -4500754 or 15618747. OLE color: 15618747.

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

Color convert

RGB 187 82 238 -
CMYK 0.21 0.66 0 0.07
HSL 280.38º 0.82% 0.63% -
HSV(B) 280.38º 0.66% 0.93% -
XYZ 38.94 22.77 83.23 -
YUV 131.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 187 82 238 0.21 0.66 0 0.07 280.38 0.82 0.63
Hex BB 52 EE 15 42 0 7 118 52 3F
Octal 273 122 356 25 102 0 7 430 122 77
Binary 10111011 1010010 11101110 10101 1000010 0 111 100011000 1010010 111111

Color Harmonies of #BB52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52EE

Black with #BB52EE

Text Example


Text Example

White with #BB52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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