Html Css Color HEX #B54CEC Medium Orchid

📋 copy color: '#B54CEC'

red 181 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #B54CEC

Tints of Medium Orchid #B54CEC

RGB

 RED value IS 181 (71.09% from 255) = 36.71%

 GREEN value IS 76 (30.08% from 255) = 15.42%

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

R = 36.71%
G = 15.42%
B = 47.87%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B54CEC (or 0xB54CEC) is known color: Medium Orchid. HEX triplet: B5, 4C and EC. RGB value is (181,76,236). Sum of RGB (Red+Green+Blue) = 181+76+236=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #B54CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CEC is #4AB313. Grayscale: #7D7D7D. Windows color (decimal): -4895508 or 15486133. OLE color: 15486133.

HSL color Cylindrical-coordinate representation of color #B54CEC: hue angle of 279.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54CEC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 76 236 -
CMYK 0.23 0.68 0 0.07
HSL 279.38º 0.81% 0.61% -
HSV(B) 279.38º 0.68% 0.93% -
XYZ 36.78 21.05 81.48 -
YUV 125.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 181 76 236 0.23 0.68 0 0.07 279.38 0.81 0.61
Hex B5 4C EC 17 44 0 7 117 51 3D
Octal 265 114 354 27 104 0 7 427 121 75
Binary 10110101 1001100 11101100 10111 1000100 0 111 100010111 1010001 111101

Color Harmonies of #B54CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CEC

Black with #B54CEC

Text Example


Text Example

White with #B54CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CEC; }

 p { color: rgb(181,76,236); }

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

background-color css

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

 a { background-color: rgb(181,76,236); }

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

border-color css

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

 span { border-color: rgb(181,76,236); }

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