Html Css Color HEX #BB54EC Medium Orchid

📋 copy color: '#BB54EC'

red 187 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #BB54EC

Tints of Medium Orchid #BB54EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.57%

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

R = 36.88%
G = 16.57%
B = 46.55%

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

#BB54EC (or 0xBB54EC) is known color: Medium Orchid. HEX triplet: BB, 54 and EC. RGB value is (187,84,236). Sum of RGB (Red+Green+Blue) = 187+84+236=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB54EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54EC is #44AB13. Grayscale: #838383. Windows color (decimal): -4500244 or 15488187. OLE color: 15488187.

HSL color Cylindrical-coordinate representation of color #BB54EC: hue angle of 280.66º degrees, saturation: 0.8, 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 #BB54EC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 84 236 -
CMYK 0.21 0.64 0 0.07
HSL 280.66º 0.8% 0.63% -
HSV(B) 280.66º 0.64% 0.93% -
XYZ 38.8 22.96 81.74 -
YUV 132.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 187 84 236 0.21 0.64 0 0.07 280.66 0.8 0.63
Hex BB 54 EC 15 40 0 7 119 50 3F
Octal 273 124 354 25 100 0 7 431 120 77
Binary 10111011 1010100 11101100 10101 1000000 0 111 100011001 1010000 111111

Color Harmonies of #BB54EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54EC

Black with #BB54EC

Text Example


Text Example

White with #BB54EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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