Html Css Color HEX #B04DCD Medium Orchid

📋 copy color: '#B04DCD'

red 176 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #B04DCD

Tints of Medium Orchid #B04DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 38.43%
G = 16.81%
B = 44.76%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B04DCD (or 0xB04DCD) is known color: Medium Orchid. HEX triplet: B0, 4D and CD. RGB value is (176,77,205). Sum of RGB (Red+Green+Blue) = 176+77+205=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #B04DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DCD is #4FB232. Grayscale: #787878. Windows color (decimal): -5222963 or 13454768. OLE color: 13454768.

HSL color Cylindrical-coordinate representation of color #B04DCD: hue angle of 286.41º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04DCD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 77 205 -
CMYK 0.14 0.62 0 0.20
HSL 286.41º 0.56% 0.55% -
HSV(B) 286.41º 0.62% 0.8% -
XYZ 31.58 18.95 59.75 -
YUV 121.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 176 77 205 0.14 0.62 0 0.20 286.41 0.56 0.55
Hex B0 4D CD E 3E 0 14 11E 38 37
Octal 260 115 315 16 76 0 24 436 70 67
Binary 10110000 1001101 11001101 1110 111110 0 10100 100011110 111000 110111

Color Harmonies of #B04DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DCD

Black with #B04DCD

Text Example


Text Example

White with #B04DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DCD; }

 p { color: rgb(176,77,205); }

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

background-color css

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

 a { background-color: rgb(176,77,205); }

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

border-color css

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

 span { border-color: rgb(176,77,205); }

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