Html Css Color HEX #B04CD1 Medium Orchid

📋 copy color: '#B04CD1'

red 176 ◦ green 76 ◦ blue 209

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

Shades of Medium Orchid #B04CD1

Tints of Medium Orchid #B04CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.49%

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 38.18%
G = 16.49%
B = 45.34%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B04CD1 (or 0xB04CD1) is known color: Medium Orchid. HEX triplet: B0, 4C and D1. RGB value is (176,76,209). Sum of RGB (Red+Green+Blue) = 176+76+209=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #B04CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CD1 is #4FB32E. Grayscale: #787878. Windows color (decimal): -5223215 or 13716656. OLE color: 13716656.

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

Color convert

RGB 176 76 209 -
CMYK 0.16 0.64 0 0.18
HSL 285.11º 0.59% 0.56% -
HSV(B) 285.11º 0.64% 0.82% -
XYZ 32 19 62.3 -
YUV 121.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 176 76 209 0.16 0.64 0 0.18 285.11 0.59 0.56
Hex B0 4C D1 10 40 0 12 11D 3B 38
Octal 260 114 321 20 100 0 22 435 73 70
Binary 10110000 1001100 11010001 10000 1000000 0 10010 100011101 111011 111000

Color Harmonies of #B04CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CD1

Black with #B04CD1

Text Example


Text Example

White with #B04CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CD1; }

 p { color: rgb(176,76,209); }

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

background-color css

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

 a { background-color: rgb(176,76,209); }

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

border-color css

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

 span { border-color: rgb(176,76,209); }

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