Html Css Color HEX #B353C6 Medium Orchid

📋 copy color: '#B353C6'

red 179 ◦ green 83 ◦ blue 198

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

Shades of Medium Orchid #B353C6

Tints of Medium Orchid #B353C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 38.91%
G = 18.04%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B353C6 (or 0xB353C6) is known color: Medium Orchid. HEX triplet: B3, 53 and C6. RGB value is (179,83,198). Sum of RGB (Red+Green+Blue) = 179+83+198=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B353C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353C6 is #4CAC39. Grayscale: #7C7C7C. Windows color (decimal): -5024826 or 12997555. OLE color: 12997555.

HSL color Cylindrical-coordinate representation of color #B353C6: hue angle of 290.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B353C6 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 83 198 -
CMYK 0.10 0.58 0 0.22
HSL 290.09º 0.5% 0.55% -
HSV(B) 290.09º 0.58% 0.78% -
XYZ 31.88 19.85 55.58 -
YUV 124.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 179 83 198 0.10 0.58 0 0.22 290.09 0.5 0.55
Hex B3 53 C6 A 3A 0 16 122 32 37
Octal 263 123 306 12 72 0 26 442 62 67
Binary 10110011 1010011 11000110 1010 111010 0 10110 100100010 110010 110111

Color Harmonies of #B353C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353C6

Black with #B353C6

Text Example


Text Example

White with #B353C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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