Html Css Color HEX #B353DD Medium Orchid

📋 copy color: '#B353DD'

red 179 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #B353DD

Tints of Medium Orchid #B353DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 37.06%
G = 17.18%
B = 45.76%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B353DD (or 0xB353DD) is known color: Medium Orchid. HEX triplet: B3, 53 and DD. RGB value is (179,83,221). Sum of RGB (Red+Green+Blue) = 179+83+221=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B353DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353DD is #4CAC22. Grayscale: #7E7E7E. Windows color (decimal): -5024803 or 14504883. OLE color: 14504883.

HSL color Cylindrical-coordinate representation of color #B353DD: hue angle of 281.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B353DD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 83 221 -
CMYK 0.19 0.62 0 0.13
HSL 281.74º 0.67% 0.6% -
HSV(B) 281.74º 0.62% 0.87% -
XYZ 34.73 20.99 70.63 -
YUV 127.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 179 83 221 0.19 0.62 0 0.13 281.74 0.67 0.6
Hex B3 53 DD 13 3E 0 D 11A 43 3C
Octal 263 123 335 23 76 0 15 432 103 74
Binary 10110011 1010011 11011101 10011 111110 0 1101 100011010 1000011 111100

Color Harmonies of #B353DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353DD

Black with #B353DD

Text Example


Text Example

White with #B353DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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