Html Css Color HEX #B34DCD Medium Orchid

📋 copy color: '#B34DCD'

red 179 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #B34DCD

Tints of Medium Orchid #B34DCD

RGB

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

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

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

R = 38.83%
G = 16.7%
B = 44.47%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B34DCD (or 0xB34DCD) is known color: Medium Orchid. HEX triplet: B3, 4D and CD. RGB value is (179,77,205). Sum of RGB (Red+Green+Blue) = 179+77+205=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B34DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DCD is #4CB232. Grayscale: #797979. Windows color (decimal): -5026355 or 13454771. OLE color: 13454771.

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

Color convert

RGB 179 77 205 -
CMYK 0.13 0.62 0 0.20
HSL 287.81º 0.56% 0.55% -
HSV(B) 287.81º 0.62% 0.8% -
XYZ 32.26 19.3 59.78 -
YUV 122.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 179 77 205 0.13 0.62 0 0.20 287.81 0.56 0.55
Hex B3 4D CD D 3E 0 14 120 38 37
Octal 263 115 315 15 76 0 24 440 70 67
Binary 10110011 1001101 11001101 1101 111110 0 10100 100100000 111000 110111

Color Harmonies of #B34DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DCD

Black with #B34DCD

Text Example


Text Example

White with #B34DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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