Html Css Color HEX #B54CEF Medium Orchid

📋 copy color: '#B54CEF'

red 181 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #B54CEF

Tints of Medium Orchid #B54CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 36.49%
G = 15.32%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B54CEF (or 0xB54CEF) is known color: Medium Orchid. HEX triplet: B5, 4C and EF. RGB value is (181,76,239). Sum of RGB (Red+Green+Blue) = 181+76+239=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #B54CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CEF is #4AB310. Grayscale: #7D7D7D. Windows color (decimal): -4895505 or 15682741. OLE color: 15682741.

HSL color Cylindrical-coordinate representation of color #B54CEF: hue angle of 278.65º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54CEF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 76 239 -
CMYK 0.24 0.68 0 0.06
HSL 278.65º 0.84% 0.62% -
HSV(B) 278.65º 0.68% 0.94% -
XYZ 37.22 21.22 83.8 -
YUV 125.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 181 76 239 0.24 0.68 0 0.06 278.65 0.84 0.62
Hex B5 4C EF 18 44 0 6 117 54 3E
Octal 265 114 357 30 104 0 6 427 124 76
Binary 10110101 1001100 11101111 11000 1000100 0 110 100010111 1010100 111110

Color Harmonies of #B54CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CEF

Black with #B54CEF

Text Example


Text Example

White with #B54CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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