Html Css Color HEX #B353DC Medium Orchid

📋 copy color: '#B353DC'

red 179 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #B353DC

Tints of Medium Orchid #B353DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 37.14%
G = 17.22%
B = 45.64%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B353DC (or 0xB353DC) is known color: Medium Orchid. HEX triplet: B3, 53 and DC. RGB value is (179,83,220). Sum of RGB (Red+Green+Blue) = 179+83+220=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B353DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353DC is #4CAC23. Grayscale: #7E7E7E. Windows color (decimal): -5024804 or 14439347. OLE color: 14439347.

HSL color Cylindrical-coordinate representation of color #B353DC: hue angle of 282.04º degrees, saturation: 0.66, 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 #B353DC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 83 220 -
CMYK 0.19 0.62 0 0.14
HSL 282.04º 0.66% 0.59% -
HSV(B) 282.04º 0.62% 0.86% -
XYZ 34.6 20.94 69.93 -
YUV 127.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 179 83 220 0.19 0.62 0 0.14 282.04 0.66 0.59
Hex B3 53 DC 13 3E 0 E 11A 42 3B
Octal 263 123 334 23 76 0 16 432 102 73
Binary 10110011 1010011 11011100 10011 111110 0 1110 100011010 1000010 111011

Color Harmonies of #B353DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353DC

Black with #B353DC

Text Example


Text Example

White with #B353DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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