Html Css Color HEX #B34ED5 Medium Orchid

📋 copy color: '#B34ED5'

red 179 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #B34ED5

Tints of Medium Orchid #B34ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 38.09%
G = 16.6%
B = 45.32%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B34ED5 (or 0xB34ED5) is known color: Medium Orchid. HEX triplet: B3, 4E and D5. RGB value is (179,78,213). Sum of RGB (Red+Green+Blue) = 179+78+213=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #B34ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34ED5 is #4CB12A. Grayscale: #7B7B7B. Windows color (decimal): -5026091 or 13979315. OLE color: 13979315.

HSL color Cylindrical-coordinate representation of color #B34ED5: hue angle of 284.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34ED5 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 78 213 -
CMYK 0.16 0.63 0 0.16
HSL 284.89º 0.62% 0.57% -
HSV(B) 284.89º 0.63% 0.84% -
XYZ 33.33 19.84 65.02 -
YUV 123.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 179 78 213 0.16 0.63 0 0.16 284.89 0.62 0.57
Hex B3 4E D5 10 3F 0 10 11D 3E 39
Octal 263 116 325 20 77 0 20 435 76 71
Binary 10110011 1001110 11010101 10000 111111 0 10000 100011101 111110 111001

Color Harmonies of #B34ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ED5

Black with #B34ED5

Text Example


Text Example

White with #B34ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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