Html Css Color HEX #B04FF6 Medium Orchid

📋 copy color: '#B04FF6'

red 176 ◦ green 79 ◦ blue 246

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

Shades of Medium Orchid #B04FF6

Tints of Medium Orchid #B04FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 35.13%
G = 15.77%
B = 49.1%

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

#B04FF6 (or 0xB04FF6) is known color: Medium Orchid. HEX triplet: B0, 4F and F6. RGB value is (176,79,246). Sum of RGB (Red+Green+Blue) = 176+79+246=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #B04FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF6 is #4FB009. Grayscale: #7E7E7E. Windows color (decimal): -5222410 or 16142256. OLE color: 16142256.

HSL color Cylindrical-coordinate representation of color #B04FF6: hue angle of 274.85º degrees, saturation: 0.9, 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 #B04FF6 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 79 246 -
CMYK 0.28 0.68 0 0.04
HSL 274.85º 0.9% 0.64% -
HSV(B) 274.85º 0.68% 0.96% -
XYZ 37.34 21.48 89.37 -
YUV 127.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 176 79 246 0.28 0.68 0 0.04 274.85 0.9 0.64
Hex B0 4F F6 1C 44 0 4 113 5A 40
Octal 260 117 366 34 104 0 4 423 132 100
Binary 10110000 1001111 11110110 11100 1000100 0 100 100010011 1011010 1000000

Color Harmonies of #B04FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FF6

Black with #B04FF6

Text Example


Text Example

White with #B04FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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