Html Css Color HEX #B353DE Medium Orchid

📋 copy color: '#B353DE'

red 179 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #B353DE

Tints of Medium Orchid #B353DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 36.98%
G = 17.15%
B = 45.87%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B353DE (or 0xB353DE) is known color: Medium Orchid. HEX triplet: B3, 53 and DE. RGB value is (179,83,222). Sum of RGB (Red+Green+Blue) = 179+83+222=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #B353DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353DE is #4CAC21. Grayscale: #7F7F7F. Windows color (decimal): -5024802 or 14570419. OLE color: 14570419.

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

Color convert

RGB 179 83 222 -
CMYK 0.19 0.63 0 0.13
HSL 281.44º 0.68% 0.6% -
HSV(B) 281.44º 0.63% 0.87% -
XYZ 34.87 21.04 71.33 -
YUV 127.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 179 83 222 0.19 0.63 0 0.13 281.44 0.68 0.6
Hex B3 53 DE 13 3F 0 D 119 44 3C
Octal 263 123 336 23 77 0 15 431 104 74
Binary 10110011 1010011 11011110 10011 111111 0 1101 100011001 1000100 111100

Color Harmonies of #B353DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353DE

Black with #B353DE

Text Example


Text Example

White with #B353DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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