Html Css Color HEX #B04FD5 Medium Orchid

📋 copy color: '#B04FD5'

red 176 ◦ green 79 ◦ blue 213

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

Shades of Medium Orchid #B04FD5

Tints of Medium Orchid #B04FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 37.61%
G = 16.88%
B = 45.51%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B04FD5 (or 0xB04FD5) is known color: Medium Orchid. HEX triplet: B0, 4F and D5. RGB value is (176,79,213). Sum of RGB (Red+Green+Blue) = 176+79+213=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #B04FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FD5 is #4FB02A. Grayscale: #7A7A7A. Windows color (decimal): -5222443 or 13979568. OLE color: 13979568.

HSL color Cylindrical-coordinate representation of color #B04FD5: hue angle of 283.43º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04FD5 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 79 213 -
CMYK 0.17 0.63 0 0.16
HSL 283.43º 0.61% 0.57% -
HSV(B) 283.43º 0.63% 0.84% -
XYZ 32.71 19.63 65.01 -
YUV 123.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 176 79 213 0.17 0.63 0 0.16 283.43 0.61 0.57
Hex B0 4F D5 11 3F 0 10 11B 3D 39
Octal 260 117 325 21 77 0 20 433 75 71
Binary 10110000 1001111 11010101 10001 111111 0 10000 100011011 111101 111001

Color Harmonies of #B04FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FD5

Black with #B04FD5

Text Example


Text Example

White with #B04FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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