Html Css Color HEX #B34EC7 Medium Orchid

📋 copy color: '#B34EC7'

red 179 ◦ green 78 ◦ blue 199

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

Shades of Medium Orchid #B34EC7

Tints of Medium Orchid #B34EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.64%

R = 39.25%
G = 17.11%
B = 43.64%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B34EC7 (or 0xB34EC7) is known color: Medium Orchid. HEX triplet: B3, 4E and C7. RGB value is (179,78,199). Sum of RGB (Red+Green+Blue) = 179+78+199=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #B34EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EC7 is #4CB138. Grayscale: #797979. Windows color (decimal): -5026105 or 13061811. OLE color: 13061811.

HSL color Cylindrical-coordinate representation of color #B34EC7: hue angle of 290.08º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34EC7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 78 199 -
CMYK 0.10 0.61 0 0.22
HSL 290.08º 0.52% 0.54% -
HSV(B) 290.08º 0.61% 0.78% -
XYZ 31.62 19.16 56.06 -
YUV 121.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 179 78 199 0.10 0.61 0 0.22 290.08 0.52 0.54
Hex B3 4E C7 A 3D 0 16 122 34 36
Octal 263 116 307 12 75 0 26 442 64 66
Binary 10110011 1001110 11000111 1010 111101 0 10110 100100010 110100 110110

Color Harmonies of #B34EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EC7

Black with #B34EC7

Text Example


Text Example

White with #B34EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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