Html Css Color HEX #B04FD0 Medium Orchid

📋 copy color: '#B04FD0'

red 176 ◦ green 79 ◦ blue 208

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

Shades of Medium Orchid #B04FD0

Tints of Medium Orchid #B04FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 38.01%
G = 17.06%
B = 44.92%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B04FD0 (or 0xB04FD0) is known color: Medium Orchid. HEX triplet: B0, 4F and D0. RGB value is (176,79,208). Sum of RGB (Red+Green+Blue) = 176+79+208=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #B04FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FD0 is #4FB02F. Grayscale: #7A7A7A. Windows color (decimal): -5222448 or 13651888. OLE color: 13651888.

HSL color Cylindrical-coordinate representation of color #B04FD0: hue angle of 285.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04FD0 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 79 208 -
CMYK 0.15 0.62 0 0.18
HSL 285.12º 0.58% 0.56% -
HSV(B) 285.12º 0.62% 0.82% -
XYZ 32.09 19.38 61.72 -
YUV 122.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 176 79 208 0.15 0.62 0 0.18 285.12 0.58 0.56
Hex B0 4F D0 F 3E 0 12 11D 3A 38
Octal 260 117 320 17 76 0 22 435 72 70
Binary 10110000 1001111 11010000 1111 111110 0 10010 100011101 111010 111000

Color Harmonies of #B04FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FD0

Black with #B04FD0

Text Example


Text Example

White with #B04FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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