Html Css Color HEX #B34DC9 Medium Orchid

📋 copy color: '#B34DC9'

red 179 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #B34DC9

Tints of Medium Orchid #B34DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 39.17%
G = 16.85%
B = 43.98%

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

#B34DC9 (or 0xB34DC9) is known color: Medium Orchid. HEX triplet: B3, 4D and C9. RGB value is (179,77,201). Sum of RGB (Red+Green+Blue) = 179+77+201=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #B34DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC9 is #4CB236. Grayscale: #797979. Windows color (decimal): -5026359 or 13192627. OLE color: 13192627.

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

Color convert

RGB 179 77 201 -
CMYK 0.11 0.62 0 0.21
HSL 289.35º 0.53% 0.55% -
HSV(B) 289.35º 0.62% 0.79% -
XYZ 31.79 19.11 57.27 -
YUV 121.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 179 77 201 0.11 0.62 0 0.21 289.35 0.53 0.55
Hex B3 4D C9 B 3E 0 15 121 35 37
Octal 263 115 311 13 76 0 25 441 65 67
Binary 10110011 1001101 11001001 1011 111110 0 10101 100100001 110101 110111

Color Harmonies of #B34DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DC9

Black with #B34DC9

Text Example


Text Example

White with #B34DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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