Html Css Color HEX #B54FEA Medium Orchid

📋 copy color: '#B54FEA'

red 181 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #B54FEA

Tints of Medium Orchid #B54FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.99%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 36.64%
G = 15.99%
B = 47.37%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B54FEA (or 0xB54FEA) is known color: Medium Orchid. HEX triplet: B5, 4F and EA. RGB value is (181,79,234). Sum of RGB (Red+Green+Blue) = 181+79+234=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #B54FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FEA is #4AB015. Grayscale: #7E7E7E. Windows color (decimal): -4894742 or 15355829. OLE color: 15355829.

HSL color Cylindrical-coordinate representation of color #B54FEA: hue angle of 279.48º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54FEA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 79 234 -
CMYK 0.23 0.66 0 0.08
HSL 279.48º 0.79% 0.61% -
HSV(B) 279.48º 0.66% 0.92% -
XYZ 36.7 21.36 80.03 -
YUV 127.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 181 79 234 0.23 0.66 0 0.08 279.48 0.79 0.61
Hex B5 4F EA 17 42 0 8 117 4F 3D
Octal 265 117 352 27 102 0 10 427 117 75
Binary 10110101 1001111 11101010 10111 1000010 0 1000 100010111 1001111 111101

Color Harmonies of #B54FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FEA

Black with #B54FEA

Text Example


Text Example

White with #B54FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FEA; }

 p { color: rgb(181,79,234); }

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

background-color css

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

 a { background-color: rgb(181,79,234); }

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

border-color css

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

 span { border-color: rgb(181,79,234); }

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