Html Css Color HEX #B34DC4 Medium Orchid

📋 copy color: '#B34DC4'

red 179 ◦ green 77 ◦ blue 196

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

Shades of Medium Orchid #B34DC4

Tints of Medium Orchid #B34DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

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

R = 39.6%
G = 17.04%
B = 43.36%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B34DC4 (or 0xB34DC4) is known color: Medium Orchid. HEX triplet: B3, 4D and C4. RGB value is (179,77,196). Sum of RGB (Red+Green+Blue) = 179+77+196=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #B34DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC4 is #4CB23B. Grayscale: #787878. Windows color (decimal): -5026364 or 12864947. OLE color: 12864947.

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

Color convert

RGB 179 77 196 -
CMYK 0.09 0.61 0 0.23
HSL 291.43º 0.5% 0.54% -
HSV(B) 291.43º 0.61% 0.77% -
XYZ 31.21 18.88 54.22 -
YUV 121.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 179 77 196 0.09 0.61 0 0.23 291.43 0.5 0.54
Hex B3 4D C4 9 3D 0 17 123 32 36
Octal 263 115 304 11 75 0 27 443 62 66
Binary 10110011 1001101 11000100 1001 111101 0 10111 100100011 110010 110110

Color Harmonies of #B34DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DC4

Black with #B34DC4

Text Example


Text Example

White with #B34DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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