Html Css Color HEX #B54AF7 Medium Orchid

📋 copy color: '#B54AF7'

red 181 ◦ green 74 ◦ blue 247

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

Shades of Medium Orchid #B54AF7

Tints of Medium Orchid #B54AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 36.06%
G = 14.74%
B = 49.2%

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

#B54AF7 (or 0xB54AF7) is known color: Medium Orchid. HEX triplet: B5, 4A and F7. RGB value is (181,74,247). Sum of RGB (Red+Green+Blue) = 181+74+247=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #B54AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF7 is #4AB508. Grayscale: #7D7D7D. Windows color (decimal): -4896009 or 16206517. OLE color: 16206517.

HSL color Cylindrical-coordinate representation of color #B54AF7: hue angle of 277.11º degrees, saturation: 0.92, 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 #B54AF7 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 74 247 -
CMYK 0.27 0.70 0 0.03
HSL 277.11º 0.92% 0.63% -
HSV(B) 277.11º 0.7% 0.97% -
XYZ 38.29 21.44 90.12 -
YUV 125.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 181 74 247 0.27 0.70 0 0.03 277.11 0.92 0.63
Hex B5 4A F7 1B 46 0 3 115 5C 3F
Octal 265 112 367 33 106 0 3 425 134 77
Binary 10110101 1001010 11110111 11011 1000110 0 11 100010101 1011100 111111

Color Harmonies of #B54AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AF7

Black with #B54AF7

Text Example


Text Example

White with #B54AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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