Html Css Color HEX #B34DDD Medium Orchid

📋 copy color: '#B34DDD'

red 179 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #B34DDD

Tints of Medium Orchid #B34DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 37.53%
G = 16.14%
B = 46.33%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B34DDD (or 0xB34DDD) is known color: Medium Orchid. HEX triplet: B3, 4D and DD. RGB value is (179,77,221). Sum of RGB (Red+Green+Blue) = 179+77+221=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DDD is #4CB222. Grayscale: #7B7B7B. Windows color (decimal): -5026339 or 14503347. OLE color: 14503347.

HSL color Cylindrical-coordinate representation of color #B34DDD: hue angle of 282.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34DDD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 77 221 -
CMYK 0.19 0.65 0 0.13
HSL 282.5º 0.68% 0.58% -
HSV(B) 282.5º 0.65% 0.87% -
XYZ 34.3 20.11 70.48 -
YUV 123.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 179 77 221 0.19 0.65 0 0.13 282.5 0.68 0.58
Hex B3 4D DD 13 41 0 D 11A 44 3A
Octal 263 115 335 23 101 0 15 432 104 72
Binary 10110011 1001101 11011101 10011 1000001 0 1101 100011010 1000100 111010

Color Harmonies of #B34DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DDD

Black with #B34DDD

Text Example


Text Example

White with #B34DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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