Html Css Color HEX #B057DA Medium Orchid

📋 copy color: '#B057DA'

red 176 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #B057DA

Tints of Medium Orchid #B057DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.09%

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 36.59%
G = 18.09%
B = 45.32%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B057DA (or 0xB057DA) is known color: Medium Orchid. HEX triplet: B0, 57 and DA. RGB value is (176,87,218). Sum of RGB (Red+Green+Blue) = 176+87+218=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B057DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057DA is #4FA825. Grayscale: #808080. Windows color (decimal): -5220390 or 14309296. OLE color: 14309296.

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

Color convert

RGB 176 87 218 -
CMYK 0.19 0.60 0 0.15
HSL 280.76º 0.64% 0.6% -
HSV(B) 280.76º 0.6% 0.85% -
XYZ 33.97 21.11 68.61 -
YUV 128.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 176 87 218 0.19 0.60 0 0.15 280.76 0.64 0.6
Hex B0 57 DA 13 3C 0 F 119 40 3C
Octal 260 127 332 23 74 0 17 431 100 74
Binary 10110000 1010111 11011010 10011 111100 0 1111 100011001 1000000 111100

Color Harmonies of #B057DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057DA

Black with #B057DA

Text Example


Text Example

White with #B057DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057DA; }

 p { color: rgb(176,87,218); }

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

background-color css

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

 a { background-color: rgb(176,87,218); }

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

border-color css

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

 span { border-color: rgb(176,87,218); }

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