Html Css Color HEX #B04FF5 Medium Orchid

📋 copy color: '#B04FF5'

red 176 ◦ green 79 ◦ blue 245

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

Shades of Medium Orchid #B04FF5

Tints of Medium Orchid #B04FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49%

R = 35.2%
G = 15.8%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B04FF5 (or 0xB04FF5) is known color: Medium Orchid. HEX triplet: B0, 4F and F5. RGB value is (176,79,245). Sum of RGB (Red+Green+Blue) = 176+79+245=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #B04FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF5 is #4FB00A. Grayscale: #7E7E7E. Windows color (decimal): -5222411 or 16076720. OLE color: 16076720.

HSL color Cylindrical-coordinate representation of color #B04FF5: hue angle of 275.06º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04FF5 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 79 245 -
CMYK 0.28 0.68 0 0.04
HSL 275.06º 0.89% 0.64% -
HSV(B) 275.06º 0.68% 0.96% -
XYZ 37.18 21.41 88.56 -
YUV 126.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 176 79 245 0.28 0.68 0 0.04 275.06 0.89 0.64
Hex B0 4F F5 1C 44 0 4 113 59 40
Octal 260 117 365 34 104 0 4 423 131 100
Binary 10110000 1001111 11110101 11100 1000100 0 100 100010011 1011001 1000000

Color Harmonies of #B04FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FF5

Black with #B04FF5

Text Example


Text Example

White with #B04FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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