Html Css Color HEX #B353D8 Medium Orchid

📋 copy color: '#B353D8'

red 179 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #B353D8

Tints of Medium Orchid #B353D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.19%

R = 37.45%
G = 17.36%
B = 45.19%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B353D8 (or 0xB353D8) is known color: Medium Orchid. HEX triplet: B3, 53 and D8. RGB value is (179,83,216). Sum of RGB (Red+Green+Blue) = 179+83+216=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #B353D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353D8 is #4CAC27. Grayscale: #7E7E7E. Windows color (decimal): -5024808 or 14177203. OLE color: 14177203.

HSL color Cylindrical-coordinate representation of color #B353D8: hue angle of 283.31º degrees, saturation: 0.63, 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 #B353D8 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 83 216 -
CMYK 0.17 0.62 0 0.15
HSL 283.31º 0.63% 0.59% -
HSV(B) 283.31º 0.62% 0.85% -
XYZ 34.08 20.73 67.17 -
YUV 126.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 179 83 216 0.17 0.62 0 0.15 283.31 0.63 0.59
Hex B3 53 D8 11 3E 0 F 11B 3F 3B
Octal 263 123 330 21 76 0 17 433 77 73
Binary 10110011 1010011 11011000 10001 111110 0 1111 100011011 111111 111011

Color Harmonies of #B353D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353D8

Black with #B353D8

Text Example


Text Example

White with #B353D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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