Html Css Color HEX #B053DF Medium Orchid

📋 copy color: '#B053DF'

red 176 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #B053DF

Tints of Medium Orchid #B053DF

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

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

R = 36.51%
G = 17.22%
B = 46.27%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B053DF (or 0xB053DF) is known color: Medium Orchid. HEX triplet: B0, 53 and DF. RGB value is (176,83,223). Sum of RGB (Red+Green+Blue) = 176+83+223=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #B053DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053DF is #4FAC20. Grayscale: #7E7E7E. Windows color (decimal): -5221409 or 14635952. OLE color: 14635952.

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

Color convert

RGB 176 83 223 -
CMYK 0.21 0.63 0 0.13
HSL 279.86º 0.69% 0.6% -
HSV(B) 279.86º 0.63% 0.87% -
XYZ 34.32 20.74 72.01 -
YUV 126.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 176 83 223 0.21 0.63 0 0.13 279.86 0.69 0.6
Hex B0 53 DF 15 3F 0 D 118 45 3C
Octal 260 123 337 25 77 0 15 430 105 74
Binary 10110000 1010011 11011111 10101 111111 0 1101 100011000 1000101 111100

Color Harmonies of #B053DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053DF

Black with #B053DF

Text Example


Text Example

White with #B053DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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