Html Css Color HEX #B353CA Medium Orchid

📋 copy color: '#B353CA'

red 179 ◦ green 83 ◦ blue 202

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

Shades of Medium Orchid #B353CA

Tints of Medium Orchid #B353CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 38.58%
G = 17.89%
B = 43.53%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B353CA (or 0xB353CA) is known color: Medium Orchid. HEX triplet: B3, 53 and CA. RGB value is (179,83,202). Sum of RGB (Red+Green+Blue) = 179+83+202=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #B353CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353CA is #4CAC35. Grayscale: #7C7C7C. Windows color (decimal): -5024822 or 13259699. OLE color: 13259699.

HSL color Cylindrical-coordinate representation of color #B353CA: hue angle of 288.4º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B353CA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 83 202 -
CMYK 0.11 0.59 0 0.21
HSL 288.4º 0.53% 0.56% -
HSV(B) 288.4º 0.59% 0.79% -
XYZ 32.34 20.03 58.04 -
YUV 125.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 179 83 202 0.11 0.59 0 0.21 288.4 0.53 0.56
Hex B3 53 CA B 3B 0 15 120 35 38
Octal 263 123 312 13 73 0 25 440 65 70
Binary 10110011 1010011 11001010 1011 111011 0 10101 100100000 110101 111000

Color Harmonies of #B353CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353CA

Black with #B353CA

Text Example


Text Example

White with #B353CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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