Html Css Color HEX #B34DDA Medium Orchid

📋 copy color: '#B34DDA'

red 179 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #B34DDA

Tints of Medium Orchid #B34DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 37.76%
G = 16.24%
B = 45.99%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B34DDA (or 0xB34DDA) is known color: Medium Orchid. HEX triplet: B3, 4D and DA. RGB value is (179,77,218). Sum of RGB (Red+Green+Blue) = 179+77+218=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B34DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DDA is #4CB225. Grayscale: #7B7B7B. Windows color (decimal): -5026342 or 14306739. OLE color: 14306739.

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

Color convert

RGB 179 77 218 -
CMYK 0.18 0.65 0 0.15
HSL 283.4º 0.66% 0.58% -
HSV(B) 283.4º 0.65% 0.85% -
XYZ 33.9 19.95 68.39 -
YUV 123.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 179 77 218 0.18 0.65 0 0.15 283.4 0.66 0.58
Hex B3 4D DA 12 41 0 F 11B 42 3A
Octal 263 115 332 22 101 0 17 433 102 72
Binary 10110011 1001101 11011010 10010 1000001 0 1111 100011011 1000010 111010

Color Harmonies of #B34DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DDA

Black with #B34DDA

Text Example


Text Example

White with #B34DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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