Html Css Color HEX #B34CDB Medium Orchid

📋 copy color: '#B34CDB'

red 179 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #B34CDB

Tints of Medium Orchid #B34CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

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

R = 37.76%
G = 16.03%
B = 46.2%

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

#B34CDB (or 0xB34CDB) is known color: Medium Orchid. HEX triplet: B3, 4C and DB. RGB value is (179,76,219). Sum of RGB (Red+Green+Blue) = 179+76+219=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B34CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CDB is #4CB324. Grayscale: #7A7A7A. Windows color (decimal): -5026597 or 14372019. OLE color: 14372019.

HSL color Cylindrical-coordinate representation of color #B34CDB: hue angle of 283.22º degrees, saturation: 0.67, 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 #B34CDB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 76 219 -
CMYK 0.18 0.65 0 0.14
HSL 283.22º 0.67% 0.58% -
HSV(B) 283.22º 0.65% 0.86% -
XYZ 33.96 19.87 69.06 -
YUV 123.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 179 76 219 0.18 0.65 0 0.14 283.22 0.67 0.58
Hex B3 4C DB 12 41 0 E 11B 43 3A
Octal 263 114 333 22 101 0 16 433 103 72
Binary 10110011 1001100 11011011 10010 1000001 0 1110 100011011 1000011 111010

Color Harmonies of #B34CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CDB

Black with #B34CDB

Text Example


Text Example

White with #B34CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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