Html Css Color HEX #B053CF Medium Orchid

📋 copy color: '#B053CF'

red 176 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B053CF

Tints of Medium Orchid #B053CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 37.77%
G = 17.81%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B053CF (or 0xB053CF) is known color: Medium Orchid. HEX triplet: B0, 53 and CF. RGB value is (176,83,207). Sum of RGB (Red+Green+Blue) = 176+83+207=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B053CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053CF is #4FAC30. Grayscale: #7C7C7C. Windows color (decimal): -5221425 or 13587376. OLE color: 13587376.

HSL color Cylindrical-coordinate representation of color #B053CF: hue angle of 285º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B053CF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 83 207 -
CMYK 0.15 0.60 0 0.19
HSL 285º 0.56% 0.57% -
HSV(B) 285º 0.6% 0.81% -
XYZ 32.26 19.92 61.18 -
YUV 124.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 176 83 207 0.15 0.60 0 0.19 285 0.56 0.57
Hex B0 53 CF F 3C 0 13 11D 38 39
Octal 260 123 317 17 74 0 23 435 70 71
Binary 10110000 1010011 11001111 1111 111100 0 10011 100011101 111000 111001

Color Harmonies of #B053CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053CF

Black with #B053CF

Text Example


Text Example

White with #B053CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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