Html Css Color HEX #B34DDB Medium Orchid

📋 copy color: '#B34DDB'

red 179 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #B34DDB

Tints of Medium Orchid #B34DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 37.68%
G = 16.21%
B = 46.11%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B34DDB (or 0xB34DDB) is known color: Medium Orchid. HEX triplet: B3, 4D and DB. RGB value is (179,77,219). Sum of RGB (Red+Green+Blue) = 179+77+219=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B34DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DDB is #4CB224. Grayscale: #7B7B7B. Windows color (decimal): -5026341 or 14372275. OLE color: 14372275.

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

Color convert

RGB 179 77 219 -
CMYK 0.18 0.65 0 0.14
HSL 283.1º 0.66% 0.58% -
HSV(B) 283.1º 0.65% 0.86% -
XYZ 34.03 20.01 69.09 -
YUV 123.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 179 77 219 0.18 0.65 0 0.14 283.1 0.66 0.58
Hex B3 4D DB 12 41 0 E 11B 42 3A
Octal 263 115 333 22 101 0 16 433 102 72
Binary 10110011 1001101 11011011 10010 1000001 0 1110 100011011 1000010 111010

Color Harmonies of #B34DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DDB

Black with #B34DDB

Text Example


Text Example

White with #B34DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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