Html Css Color HEX #B053D4 Medium Orchid

📋 copy color: '#B053D4'

red 176 ◦ green 83 ◦ blue 212

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

Shades of Medium Orchid #B053D4

Tints of Medium Orchid #B053D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 37.37%
G = 17.62%
B = 45.01%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B053D4 (or 0xB053D4) is known color: Medium Orchid. HEX triplet: B0, 53 and D4. RGB value is (176,83,212). Sum of RGB (Red+Green+Blue) = 176+83+212=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #B053D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053D4 is #4FAC2B. Grayscale: #7D7D7D. Windows color (decimal): -5221420 or 13915056. OLE color: 13915056.

HSL color Cylindrical-coordinate representation of color #B053D4: hue angle of 283.26º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B053D4 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 83 212 -
CMYK 0.17 0.61 0 0.17
HSL 283.26º 0.6% 0.58% -
HSV(B) 283.26º 0.61% 0.83% -
XYZ 32.88 20.17 64.45 -
YUV 125.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 176 83 212 0.17 0.61 0 0.17 283.26 0.6 0.58
Hex B0 53 D4 11 3D 0 11 11B 3C 3A
Octal 260 123 324 21 75 0 21 433 74 72
Binary 10110000 1010011 11010100 10001 111101 0 10001 100011011 111100 111010

Color Harmonies of #B053D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053D4

Black with #B053D4

Text Example


Text Example

White with #B053D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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