Html Css Color HEX #B057FA Medium Orchid

📋 copy color: '#B057FA'

red 176 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #B057FA

Tints of Medium Orchid #B057FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 34.31%
G = 16.96%
B = 48.73%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B057FA (or 0xB057FA) is known color: Medium Orchid. HEX triplet: B0, 57 and FA. RGB value is (176,87,250). Sum of RGB (Red+Green+Blue) = 176+87+250=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #B057FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057FA is #4FA805. Grayscale: #838383. Windows color (decimal): -5220358 or 16406448. OLE color: 16406448.

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

Color convert

RGB 176 87 250 -
CMYK 0.30 0.65 0 0.02
HSL 272.76º 0.94% 0.66% -
HSV(B) 272.76º 0.65% 0.98% -
XYZ 38.57 22.95 92.84 -
YUV 132.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 176 87 250 0.30 0.65 0 0.02 272.76 0.94 0.66
Hex B0 57 FA 1E 41 0 2 111 5E 42
Octal 260 127 372 36 101 0 2 421 136 102
Binary 10110000 1010111 11111010 11110 1000001 0 10 100010001 1011110 1000010

Color Harmonies of #B057FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057FA

Black with #B057FA

Text Example


Text Example

White with #B057FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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