Html Css Color HEX #B04FC9 Medium Orchid

📋 copy color: '#B04FC9'

red 176 ◦ green 79 ◦ blue 201

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

Shades of Medium Orchid #B04FC9

Tints of Medium Orchid #B04FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 38.6%
G = 17.32%
B = 44.08%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B04FC9 (or 0xB04FC9) is known color: Medium Orchid. HEX triplet: B0, 4F and C9. RGB value is (176,79,201). Sum of RGB (Red+Green+Blue) = 176+79+201=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #B04FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FC9 is #4FB036. Grayscale: #797979. Windows color (decimal): -5222455 or 13193136. OLE color: 13193136.

HSL color Cylindrical-coordinate representation of color #B04FC9: hue angle of 287.7º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04FC9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 79 201 -
CMYK 0.12 0.61 0 0.21
HSL 287.7º 0.53% 0.55% -
HSV(B) 287.7º 0.61% 0.79% -
XYZ 31.24 19.04 57.29 -
YUV 121.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 176 79 201 0.12 0.61 0 0.21 287.7 0.53 0.55
Hex B0 4F C9 C 3D 0 15 120 35 37
Octal 260 117 311 14 75 0 25 440 65 67
Binary 10110000 1001111 11001001 1100 111101 0 10101 100100000 110101 110111

Color Harmonies of #B04FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FC9

Black with #B04FC9

Text Example


Text Example

White with #B04FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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