Html Css Color HEX #B34EC9 Medium Orchid

📋 copy color: '#B34EC9'

red 179 ◦ green 78 ◦ blue 201

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

Shades of Medium Orchid #B34EC9

Tints of Medium Orchid #B34EC9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

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

R = 39.08%
G = 17.03%
B = 43.89%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B34EC9 (or 0xB34EC9) is known color: Medium Orchid. HEX triplet: B3, 4E and C9. RGB value is (179,78,201). Sum of RGB (Red+Green+Blue) = 179+78+201=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #B34EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EC9 is #4CB136. Grayscale: #797979. Windows color (decimal): -5026103 or 13192883. OLE color: 13192883.

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

Color convert

RGB 179 78 201 -
CMYK 0.11 0.61 0 0.21
HSL 289.27º 0.53% 0.55% -
HSV(B) 289.27º 0.61% 0.79% -
XYZ 31.86 19.25 57.29 -
YUV 122.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 179 78 201 0.11 0.61 0 0.21 289.27 0.53 0.55
Hex B3 4E C9 B 3D 0 15 121 35 37
Octal 263 116 311 13 75 0 25 441 65 67
Binary 10110011 1001110 11001001 1011 111101 0 10101 100100001 110101 110111

Color Harmonies of #B34EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EC9

Black with #B34EC9

Text Example


Text Example

White with #B34EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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