Html Css Color HEX #BB52EC Medium Orchid

📋 copy color: '#BB52EC'

red 187 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #BB52EC

Tints of Medium Orchid #BB52EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 37.03%
G = 16.24%
B = 46.73%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB52EC (or 0xBB52EC) is known color: Medium Orchid. HEX triplet: BB, 52 and EC. RGB value is (187,82,236). Sum of RGB (Red+Green+Blue) = 187+82+236=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB52EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52EC is #44AD13. Grayscale: #828282. Windows color (decimal): -4500756 or 15487675. OLE color: 15487675.

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

Color convert

RGB 187 82 236 -
CMYK 0.21 0.65 0 0.07
HSL 280.91º 0.8% 0.62% -
HSV(B) 280.91º 0.65% 0.93% -
XYZ 38.65 22.66 81.69 -
YUV 130.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 187 82 236 0.21 0.65 0 0.07 280.91 0.8 0.62
Hex BB 52 EC 15 41 0 7 119 50 3E
Octal 273 122 354 25 101 0 7 431 120 76
Binary 10111011 1010010 11101100 10101 1000001 0 111 100011001 1010000 111110

Color Harmonies of #BB52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52EC

Black with #BB52EC

Text Example


Text Example

White with #BB52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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