Html Css Color HEX #B353DA Medium Orchid

📋 copy color: '#B353DA'

red 179 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #B353DA

Tints of Medium Orchid #B353DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 37.29%
G = 17.29%
B = 45.42%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B353DA (or 0xB353DA) is known color: Medium Orchid. HEX triplet: B3, 53 and DA. RGB value is (179,83,218). Sum of RGB (Red+Green+Blue) = 179+83+218=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #B353DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353DA is #4CAC25. Grayscale: #7E7E7E. Windows color (decimal): -5024806 or 14308275. OLE color: 14308275.

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

Color convert

RGB 179 83 218 -
CMYK 0.18 0.62 0 0.15
HSL 282.67º 0.65% 0.59% -
HSV(B) 282.67º 0.62% 0.85% -
XYZ 34.34 20.83 68.54 -
YUV 127.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 179 83 218 0.18 0.62 0 0.15 282.67 0.65 0.59
Hex B3 53 DA 12 3E 0 F 11B 41 3B
Octal 263 123 332 22 76 0 17 433 101 73
Binary 10110011 1010011 11011010 10010 111110 0 1111 100011011 1000001 111011

Color Harmonies of #B353DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353DA

Black with #B353DA

Text Example


Text Example

White with #B353DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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