Html Css Color HEX #B54AF8 Medium Orchid

📋 copy color: '#B54AF8'

red 181 ◦ green 74 ◦ blue 248

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

Shades of Medium Orchid #B54AF8

Tints of Medium Orchid #B54AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.71%

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 35.98%
G = 14.71%
B = 49.3%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B54AF8 (or 0xB54AF8) is known color: Medium Orchid. HEX triplet: B5, 4A and F8. RGB value is (181,74,248). Sum of RGB (Red+Green+Blue) = 181+74+248=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #B54AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF8 is #4AB507. Grayscale: #7D7D7D. Windows color (decimal): -4896008 or 16272053. OLE color: 16272053.

HSL color Cylindrical-coordinate representation of color #B54AF8: hue angle of 276.9º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54AF8 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 74 248 -
CMYK 0.27 0.70 0 0.03
HSL 276.9º 0.93% 0.63% -
HSV(B) 276.9º 0.7% 0.97% -
XYZ 38.45 21.5 90.93 -
YUV 125.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 181 74 248 0.27 0.70 0 0.03 276.9 0.93 0.63
Hex B5 4A F8 1B 46 0 3 115 5D 3F
Octal 265 112 370 33 106 0 3 425 135 77
Binary 10110101 1001010 11111000 11011 1000110 0 11 100010101 1011101 111111

Color Harmonies of #B54AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AF8

Black with #B54AF8

Text Example


Text Example

White with #B54AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AF8; }

 p { color: rgb(181,74,248); }

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

background-color css

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

 a { background-color: rgb(181,74,248); }

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

border-color css

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

 span { border-color: rgb(181,74,248); }

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