Html Css Color HEX #B053FD Medium Orchid

📋 copy color: '#B053FD'

red 176 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #B053FD

Tints of Medium Orchid #B053FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 34.38%
G = 16.21%
B = 49.41%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B053FD (or 0xB053FD) is known color: Medium Orchid. HEX triplet: B0, 53 and FD. RGB value is (176,83,253). Sum of RGB (Red+Green+Blue) = 176+83+253=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #B053FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053FD is #4FAC02. Grayscale: #818181. Windows color (decimal): -5221379 or 16602032. OLE color: 16602032.

HSL color Cylindrical-coordinate representation of color #B053FD: hue angle of 272.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053FD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 83 253 -
CMYK 0.30 0.67 0 0.01
HSL 272.82º 0.98% 0.66% -
HSV(B) 272.82º 0.67% 0.99% -
XYZ 38.73 22.51 95.23 -
YUV 130.19 197.31 160.68 -
System Red Green Blue C M Y K H S L
Decimal 176 83 253 0.30 0.67 0 0.01 272.82 0.98 0.66
Hex B0 53 FD 1E 43 0 1 111 62 42
Octal 260 123 375 36 103 0 1 421 142 102
Binary 10110000 1010011 11111101 11110 1000011 0 1 100010001 1100010 1000010

Color Harmonies of #B053FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053FD

Black with #B053FD

Text Example


Text Example

White with #B053FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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