Html Css Color HEX #B04AF9 Medium Orchid

📋 copy color: '#B04AF9'

red 176 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #B04AF9

Tints of Medium Orchid #B04AF9

RGB

 RED value IS 176 (69.14% from 255) = 35.27%

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

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

R = 35.27%
G = 14.83%
B = 49.9%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04AF9 (or 0xB04AF9) is known color: Medium Orchid. HEX triplet: B0, 4A and F9. RGB value is (176,74,249). Sum of RGB (Red+Green+Blue) = 176+74+249=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #B04AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AF9 is #4FB506. Grayscale: #7B7B7B. Windows color (decimal): -5223687 or 16337584. OLE color: 16337584.

HSL color Cylindrical-coordinate representation of color #B04AF9: hue angle of 274.97º 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 #B04AF9 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 74 249 -
CMYK 0.29 0.70 0 0.02
HSL 274.97º 0.94% 0.63% -
HSV(B) 274.97º 0.7% 0.98% -
XYZ 37.45 20.97 91.7 -
YUV 124.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 176 74 249 0.29 0.70 0 0.02 274.97 0.94 0.63
Hex B0 4A F9 1D 46 0 2 113 5E 3F
Octal 260 112 371 35 106 0 2 423 136 77
Binary 10110000 1001010 11111001 11101 1000110 0 10 100010011 1011110 111111

Color Harmonies of #B04AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AF9

Black with #B04AF9

Text Example


Text Example

White with #B04AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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