Html Css Color HEX #B54ECB Medium Orchid

📋 copy color: '#B54ECB'

red 181 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #B54ECB

Tints of Medium Orchid #B54ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.88%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 39.18%
G = 16.88%
B = 43.94%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B54ECB (or 0xB54ECB) is known color: Medium Orchid. HEX triplet: B5, 4E and CB. RGB value is (181,78,203). Sum of RGB (Red+Green+Blue) = 181+78+203=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #B54ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ECB is #4AB134. Grayscale: #7A7A7A. Windows color (decimal): -4895029 or 13323957. OLE color: 13323957.

HSL color Cylindrical-coordinate representation of color #B54ECB: hue angle of 289.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54ECB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 78 203 -
CMYK 0.11 0.62 0 0.20
HSL 289.44º 0.55% 0.55% -
HSV(B) 289.44º 0.62% 0.8% -
XYZ 32.56 19.58 58.56 -
YUV 123.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 181 78 203 0.11 0.62 0 0.20 289.44 0.55 0.55
Hex B5 4E CB B 3E 0 14 121 37 37
Octal 265 116 313 13 76 0 24 441 67 67
Binary 10110101 1001110 11001011 1011 111110 0 10100 100100001 110111 110111

Color Harmonies of #B54ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ECB

Black with #B54ECB

Text Example


Text Example

White with #B54ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ECB; }

 p { color: rgb(181,78,203); }

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

background-color css

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

 a { background-color: rgb(181,78,203); }

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

border-color css

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

 span { border-color: rgb(181,78,203); }

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