Html Css Color HEX #B34DCA Medium Orchid

📋 copy color: '#B34DCA'

red 179 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #B34DCA

Tints of Medium Orchid #B34DCA

RGB

 RED value IS 179 (70.31% from 255) = 39.08%

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

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

R = 39.08%
G = 16.81%
B = 44.1%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B34DCA (or 0xB34DCA) is known color: Medium Orchid. HEX triplet: B3, 4D and CA. RGB value is (179,77,202). Sum of RGB (Red+Green+Blue) = 179+77+202=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #B34DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DCA is #4CB235. Grayscale: #797979. Windows color (decimal): -5026358 or 13258163. OLE color: 13258163.

HSL color Cylindrical-coordinate representation of color #B34DCA: hue angle of 288.96º 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 #B34DCA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 77 202 -
CMYK 0.11 0.62 0 0.21
HSL 288.96º 0.54% 0.55% -
HSV(B) 288.96º 0.62% 0.79% -
XYZ 31.9 19.16 57.89 -
YUV 121.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 179 77 202 0.11 0.62 0 0.21 288.96 0.54 0.55
Hex B3 4D CA B 3E 0 15 121 36 37
Octal 263 115 312 13 76 0 25 441 66 67
Binary 10110011 1001101 11001010 1011 111110 0 10101 100100001 110110 110111

Color Harmonies of #B34DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DCA

Black with #B34DCA

Text Example


Text Example

White with #B34DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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