Html Css Color HEX #B34EC5 Medium Orchid

📋 copy color: '#B34EC5'

red 179 ◦ green 78 ◦ blue 197

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

Shades of Medium Orchid #B34EC5

Tints of Medium Orchid #B34EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 39.43%
G = 17.18%
B = 43.39%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B34EC5 (or 0xB34EC5) is known color: Medium Orchid. HEX triplet: B3, 4E and C5. RGB value is (179,78,197). Sum of RGB (Red+Green+Blue) = 179+78+197=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #B34EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EC5 is #4CB13A. Grayscale: #797979. Windows color (decimal): -5026107 or 12930739. OLE color: 12930739.

HSL color Cylindrical-coordinate representation of color #B34EC5: hue angle of 290.92º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34EC5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 78 197 -
CMYK 0.09 0.60 0 0.23
HSL 290.92º 0.51% 0.54% -
HSV(B) 290.92º 0.6% 0.77% -
XYZ 31.39 19.06 54.85 -
YUV 121.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 179 78 197 0.09 0.60 0 0.23 290.92 0.51 0.54
Hex B3 4E C5 9 3C 0 17 123 33 36
Octal 263 116 305 11 74 0 27 443 63 66
Binary 10110011 1001110 11000101 1001 111100 0 10111 100100011 110011 110110

Color Harmonies of #B34EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EC5

Black with #B34EC5

Text Example


Text Example

White with #B34EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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