Html Css Color HEX #B34EC4 Medium Orchid

📋 copy color: '#B34EC4'

red 179 ◦ green 78 ◦ blue 196

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

Shades of Medium Orchid #B34EC4

Tints of Medium Orchid #B34EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 39.51%
G = 17.22%
B = 43.27%

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

#B34EC4 (or 0xB34EC4) is known color: Medium Orchid. HEX triplet: B3, 4E and C4. RGB value is (179,78,196). Sum of RGB (Red+Green+Blue) = 179+78+196=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #B34EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EC4 is #4CB13B. Grayscale: #797979. Windows color (decimal): -5026108 or 12865203. OLE color: 12865203.

HSL color Cylindrical-coordinate representation of color #B34EC4: hue angle of 291.36º degrees, saturation: 0.5, 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 #B34EC4 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 78 196 -
CMYK 0.09 0.60 0 0.23
HSL 291.36º 0.5% 0.54% -
HSV(B) 291.36º 0.6% 0.77% -
XYZ 31.28 19.02 54.25 -
YUV 121.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 179 78 196 0.09 0.60 0 0.23 291.36 0.5 0.54
Hex B3 4E C4 9 3C 0 17 123 32 36
Octal 263 116 304 11 74 0 27 443 62 66
Binary 10110011 1001110 11000100 1001 111100 0 10111 100100011 110010 110110

Color Harmonies of #B34EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EC4

Black with #B34EC4

Text Example


Text Example

White with #B34EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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