Html Css Color HEX #B342DB Medium Orchid

📋 copy color: '#B342DB'

red 179 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #B342DB

Tints of Medium Orchid #B342DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.22%

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

R = 38.58%
G = 14.22%
B = 47.2%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B342DB (or 0xB342DB) is known color: Medium Orchid. HEX triplet: B3, 42 and DB. RGB value is (179,66,219). Sum of RGB (Red+Green+Blue) = 179+66+219=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #B342DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342DB is #4CBD24. Grayscale: #747474. Windows color (decimal): -5029157 or 14369459. OLE color: 14369459.

HSL color Cylindrical-coordinate representation of color #B342DB: hue angle of 284.31º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B342DB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 66 219 -
CMYK 0.18 0.70 0 0.14
HSL 284.31º 0.68% 0.56% -
HSV(B) 284.31º 0.7% 0.86% -
XYZ 33.32 18.59 68.85 -
YUV 117.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 179 66 219 0.18 0.70 0 0.14 284.31 0.68 0.56
Hex B3 42 DB 12 46 0 E 11C 44 38
Octal 263 102 333 22 106 0 16 434 104 70
Binary 10110011 1000010 11011011 10010 1000110 0 1110 100011100 1000100 111000

Color Harmonies of #B342DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342DB

Black with #B342DB

Text Example


Text Example

White with #B342DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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