Html Css Color HEX #B353DF Medium Orchid

📋 copy color: '#B353DF'

red 179 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #B353DF

Tints of Medium Orchid #B353DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 36.91%
G = 17.11%
B = 45.98%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B353DF (or 0xB353DF) is known color: Medium Orchid. HEX triplet: B3, 53 and DF. RGB value is (179,83,223). Sum of RGB (Red+Green+Blue) = 179+83+223=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B353DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353DF is #4CAC20. Grayscale: #7F7F7F. Windows color (decimal): -5024801 or 14635955. OLE color: 14635955.

HSL color Cylindrical-coordinate representation of color #B353DF: hue angle of 281.14º degrees, saturation: 0.69, 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 #B353DF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 83 223 -
CMYK 0.20 0.63 0 0.13
HSL 281.14º 0.69% 0.6% -
HSV(B) 281.14º 0.63% 0.87% -
XYZ 35 21.1 72.04 -
YUV 127.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 179 83 223 0.20 0.63 0 0.13 281.14 0.69 0.6
Hex B3 53 DF 14 3F 0 D 119 45 3C
Octal 263 123 337 24 77 0 15 431 105 74
Binary 10110011 1010011 11011111 10100 111111 0 1101 100011001 1000101 111100

Color Harmonies of #B353DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353DF

Black with #B353DF

Text Example


Text Example

White with #B353DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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