Html Css Color HEX #B04CF9 Medium Orchid

📋 copy color: '#B04CF9'

red 176 ◦ green 76 ◦ blue 249

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

Shades of Medium Orchid #B04CF9

Tints of Medium Orchid #B04CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

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

R = 35.13%
G = 15.17%
B = 49.7%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04CF9 (or 0xB04CF9) is known color: Medium Orchid. HEX triplet: B0, 4C and F9. RGB value is (176,76,249). Sum of RGB (Red+Green+Blue) = 176+76+249=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #B04CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CF9 is #4FB306. Grayscale: #7D7D7D. Windows color (decimal): -5223175 or 16338096. OLE color: 16338096.

HSL color Cylindrical-coordinate representation of color #B04CF9: hue angle of 274.68º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04CF9 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 76 249 -
CMYK 0.29 0.69 0 0.02
HSL 274.68º 0.94% 0.64% -
HSV(B) 274.68º 0.69% 0.98% -
XYZ 37.59 21.24 91.74 -
YUV 125.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 176 76 249 0.29 0.69 0 0.02 274.68 0.94 0.64
Hex B0 4C F9 1D 45 0 2 113 5E 40
Octal 260 114 371 35 105 0 2 423 136 100
Binary 10110000 1001100 11111001 11101 1000101 0 10 100010011 1011110 1000000

Color Harmonies of #B04CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CF9

Black with #B04CF9

Text Example


Text Example

White with #B04CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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