Html Css Color HEX #B54AF9 Medium Orchid

📋 copy color: '#B54AF9'

red 181 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #B54AF9

Tints of Medium Orchid #B54AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 35.91%
G = 14.68%
B = 49.4%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B54AF9 (or 0xB54AF9) is known color: Medium Orchid. HEX triplet: B5, 4A and F9. RGB value is (181,74,249). Sum of RGB (Red+Green+Blue) = 181+74+249=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #B54AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF9 is #4AB506. Grayscale: #7D7D7D. Windows color (decimal): -4896007 or 16337589. OLE color: 16337589.

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

Color convert

RGB 181 74 249 -
CMYK 0.27 0.70 0 0.02
HSL 276.69º 0.94% 0.63% -
HSV(B) 276.69º 0.7% 0.98% -
XYZ 38.6 21.56 91.75 -
YUV 125.94 197.45 167.27 -
System Red Green Blue C M Y K H S L
Decimal 181 74 249 0.27 0.70 0 0.02 276.69 0.94 0.63
Hex B5 4A F9 1B 46 0 2 115 5E 3F
Octal 265 112 371 33 106 0 2 425 136 77
Binary 10110101 1001010 11111001 11011 1000110 0 10 100010101 1011110 111111

Color Harmonies of #B54AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AF9

Black with #B54AF9

Text Example


Text Example

White with #B54AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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