Html Css Color HEX #B04DCA Medium Orchid

📋 copy color: '#B04DCA'

red 176 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #B04DCA

Tints of Medium Orchid #B04DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 38.68%
G = 16.92%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B04DCA (or 0xB04DCA) is known color: Medium Orchid. HEX triplet: B0, 4D and CA. RGB value is (176,77,202). Sum of RGB (Red+Green+Blue) = 176+77+202=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #B04DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DCA is #4FB235. Grayscale: #787878. Windows color (decimal): -5222966 or 13258160. OLE color: 13258160.

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

Color convert

RGB 176 77 202 -
CMYK 0.13 0.62 0 0.21
HSL 287.52º 0.54% 0.55% -
HSV(B) 287.52º 0.62% 0.79% -
XYZ 31.22 18.8 57.86 -
YUV 120.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 176 77 202 0.13 0.62 0 0.21 287.52 0.54 0.55
Hex B0 4D CA D 3E 0 15 120 36 37
Octal 260 115 312 15 76 0 25 440 66 67
Binary 10110000 1001101 11001010 1101 111110 0 10101 100100000 110110 110111

Color Harmonies of #B04DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DCA

Black with #B04DCA

Text Example


Text Example

White with #B04DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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