Html Css Color HEX #B34BD6 Medium Orchid

📋 copy color: '#B34BD6'

red 179 ◦ green 75 ◦ blue 214

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

Shades of Medium Orchid #B34BD6

Tints of Medium Orchid #B34BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.03%

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 38.25%
G = 16.03%
B = 45.73%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B34BD6 (or 0xB34BD6) is known color: Medium Orchid. HEX triplet: B3, 4B and D6. RGB value is (179,75,214). Sum of RGB (Red+Green+Blue) = 179+75+214=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #B34BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BD6 is #4CB429. Grayscale: #797979. Windows color (decimal): -5026858 or 14044083. OLE color: 14044083.

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

Color convert

RGB 179 75 214 -
CMYK 0.16 0.65 0 0.16
HSL 284.89º 0.63% 0.57% -
HSV(B) 284.89º 0.65% 0.84% -
XYZ 33.24 19.47 65.62 -
YUV 121.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 179 75 214 0.16 0.65 0 0.16 284.89 0.63 0.57
Hex B3 4B D6 10 41 0 10 11D 3F 39
Octal 263 113 326 20 101 0 20 435 77 71
Binary 10110011 1001011 11010110 10000 1000001 0 10000 100011101 111111 111001

Color Harmonies of #B34BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BD6

Black with #B34BD6

Text Example


Text Example

White with #B34BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BD6; }

 p { color: rgb(179,75,214); }

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

background-color css

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

 a { background-color: rgb(179,75,214); }

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

border-color css

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

 span { border-color: rgb(179,75,214); }

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