Html Css Color HEX #B34ED8 Medium Orchid

📋 copy color: '#B34ED8'

red 179 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #B34ED8

Tints of Medium Orchid #B34ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 37.84%
G = 16.49%
B = 45.67%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B34ED8 (or 0xB34ED8) is known color: Medium Orchid. HEX triplet: B3, 4E and D8. RGB value is (179,78,216). Sum of RGB (Red+Green+Blue) = 179+78+216=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #B34ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34ED8 is #4CB127. Grayscale: #7B7B7B. Windows color (decimal): -5026088 or 14175923. OLE color: 14175923.

HSL color Cylindrical-coordinate representation of color #B34ED8: hue angle of 283.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34ED8 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 78 216 -
CMYK 0.17 0.64 0 0.15
HSL 283.91º 0.64% 0.58% -
HSV(B) 283.91º 0.64% 0.85% -
XYZ 33.71 19.99 67.05 -
YUV 123.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 179 78 216 0.17 0.64 0 0.15 283.91 0.64 0.58
Hex B3 4E D8 11 40 0 F 11C 40 3A
Octal 263 116 330 21 100 0 17 434 100 72
Binary 10110011 1001110 11011000 10001 1000000 0 1111 100011100 1000000 111010

Color Harmonies of #B34ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ED8

Black with #B34ED8

Text Example


Text Example

White with #B34ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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