Html Css Color HEX #B553DF Medium Orchid

📋 copy color: '#B553DF'

red 181 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #B553DF

Tints of Medium Orchid #B553DF

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

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

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

R = 37.17%
G = 17.04%
B = 45.79%

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

#B553DF (or 0xB553DF) is known color: Medium Orchid. HEX triplet: B5, 53 and DF. RGB value is (181,83,223). Sum of RGB (Red+Green+Blue) = 181+83+223=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B553DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553DF is #4AAC20. Grayscale: #7F7F7F. Windows color (decimal): -4893729 or 14635957. OLE color: 14635957.

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

Color convert

RGB 181 83 223 -
CMYK 0.19 0.63 0 0.13
HSL 282º 0.69% 0.6% -
HSV(B) 282º 0.63% 0.87% -
XYZ 35.47 21.34 72.06 -
YUV 128.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 181 83 223 0.19 0.63 0 0.13 282 0.69 0.6
Hex B5 53 DF 13 3F 0 D 11A 45 3C
Octal 265 123 337 23 77 0 15 432 105 74
Binary 10110101 1010011 11011111 10011 111111 0 1101 100011010 1000101 111100

Color Harmonies of #B553DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553DF

Black with #B553DF

Text Example


Text Example

White with #B553DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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