Html Css Color HEX #B053CC Medium Orchid

📋 copy color: '#B053CC'

red 176 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #B053CC

Tints of Medium Orchid #B053CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 38.01%
G = 17.93%
B = 44.06%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B053CC (or 0xB053CC) is known color: Medium Orchid. HEX triplet: B0, 53 and CC. RGB value is (176,83,204). Sum of RGB (Red+Green+Blue) = 176+83+204=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #B053CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053CC is #4FAC33. Grayscale: #7C7C7C. Windows color (decimal): -5221428 or 13390768. OLE color: 13390768.

HSL color Cylindrical-coordinate representation of color #B053CC: hue angle of 286.12º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B053CC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 83 204 -
CMYK 0.14 0.59 0 0.2
HSL 286.12º 0.54% 0.56% -
HSV(B) 286.12º 0.59% 0.8% -
XYZ 31.9 19.78 59.26 -
YUV 124.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 176 83 204 0.14 0.59 0 0.2 286.12 0.54 0.56
Hex B0 53 CC E 3B 0 14 11E 36 38
Octal 260 123 314 16 73 0 24 436 66 70
Binary 10110000 1010011 11001100 1110 111011 0 10100 100011110 110110 111000

Color Harmonies of #B053CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053CC

Black with #B053CC

Text Example


Text Example

White with #B053CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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