Html Css Color HEX #B353DB Medium Orchid

📋 copy color: '#B353DB'

red 179 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #B353DB

Tints of Medium Orchid #B353DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

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

R = 37.21%
G = 17.26%
B = 45.53%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B353DB (or 0xB353DB) is known color: Medium Orchid. HEX triplet: B3, 53 and DB. RGB value is (179,83,219). Sum of RGB (Red+Green+Blue) = 179+83+219=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B353DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353DB is #4CAC24. Grayscale: #7E7E7E. Windows color (decimal): -5024805 or 14373811. OLE color: 14373811.

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

Color convert

RGB 179 83 219 -
CMYK 0.18 0.62 0 0.14
HSL 282.35º 0.65% 0.59% -
HSV(B) 282.35º 0.62% 0.86% -
XYZ 34.47 20.88 69.23 -
YUV 127.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 179 83 219 0.18 0.62 0 0.14 282.35 0.65 0.59
Hex B3 53 DB 12 3E 0 E 11A 41 3B
Octal 263 123 333 22 76 0 16 432 101 73
Binary 10110011 1010011 11011011 10010 111110 0 1110 100011010 1000001 111011

Color Harmonies of #B353DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353DB

Black with #B353DB

Text Example


Text Example

White with #B353DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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