Html Css Color HEX #B257FF Medium Orchid

📋 copy color: '#B257FF'

red 178 ◦ green 87 ◦ blue 255

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

Shades of Medium Orchid #B257FF

Tints of Medium Orchid #B257FF

RGB

 RED value IS 178 (69.92% from 255) = 34.23%

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 34.23%
G = 16.73%
B = 49.04%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B257FF (or 0xB257FF) is known color: Medium Orchid. HEX triplet: B2, 57 and FF. RGB value is (178,87,255). Sum of RGB (Red+Green+Blue) = 178+87+255=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B257FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B257FF is #4DA800. Grayscale: #848484. Windows color (decimal): -5089281 or 16734130. OLE color: 16734130.

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

Color convert

RGB 178 87 255 -
CMYK 0.30 0.66 0 0
HSL 272.5º 1% 0.67% -
HSV(B) 272.5º 0.66% 1% -
XYZ 39.82 23.5 97.05 -
YUV 133.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 178 87 255 0.30 0.66 0 0 272.5 1 0.67
Hex B2 57 FF 1E 42 0 0 110 64 43
Octal 262 127 377 36 102 0 0 420 144 103
Binary 10110010 1010111 11111111 11110 1000010 0 0 100010000 1100100 1000011

Color Harmonies of #B257FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257FF

Black with #B257FF

Text Example


Text Example

White with #B257FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257FF; }

 p { color: rgb(178,87,255); }

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

background-color css

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

 a { background-color: rgb(178,87,255); }

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

border-color css

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

 span { border-color: rgb(178,87,255); }

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