Html Css Color HEX #B04FF9 Medium Orchid

📋 copy color: '#B04FF9'

red 176 ◦ green 79 ◦ blue 249

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

Shades of Medium Orchid #B04FF9

Tints of Medium Orchid #B04FF9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

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

R = 34.92%
G = 15.67%
B = 49.4%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04FF9 (or 0xB04FF9) is known color: Medium Orchid. HEX triplet: B0, 4F and F9. RGB value is (176,79,249). Sum of RGB (Red+Green+Blue) = 176+79+249=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 79 (31.25% from 255 or 15.67% 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 #B04FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF9 is #4FB006. Grayscale: #7E7E7E. Windows color (decimal): -5222407 or 16338864. OLE color: 16338864.

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

Color convert

RGB 176 79 249 -
CMYK 0.29 0.68 0 0.02
HSL 274.24º 0.93% 0.64% -
HSV(B) 274.24º 0.68% 0.98% -
XYZ 37.8 21.66 91.81 -
YUV 127.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 176 79 249 0.29 0.68 0 0.02 274.24 0.93 0.64
Hex B0 4F F9 1D 44 0 2 112 5D 40
Octal 260 117 371 35 104 0 2 422 135 100
Binary 10110000 1001111 11111001 11101 1000100 0 10 100010010 1011101 1000000

Color Harmonies of #B04FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FF9

Black with #B04FF9

Text Example


Text Example

White with #B04FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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