Html Css Color HEX #B257CE Medium Orchid

📋 copy color: '#B257CE'

red 178 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #B257CE

Tints of Medium Orchid #B257CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 37.79%
G = 18.47%
B = 43.74%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B257CE (or 0xB257CE) is known color: Medium Orchid. HEX triplet: B2, 57 and CE. RGB value is (178,87,206). Sum of RGB (Red+Green+Blue) = 178+87+206=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #B257CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257CE is #4DA831. Grayscale: #7F7F7F. Windows color (decimal): -5089330 or 13522866. OLE color: 13522866.

HSL color Cylindrical-coordinate representation of color #B257CE: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B257CE is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 87 206 -
CMYK 0.14 0.58 0 0.19
HSL 285.88º 0.55% 0.57% -
HSV(B) 285.88º 0.58% 0.81% -
XYZ 32.91 20.74 60.66 -
YUV 127.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 178 87 206 0.14 0.58 0 0.19 285.88 0.55 0.57
Hex B2 57 CE E 3A 0 13 11E 37 39
Octal 262 127 316 16 72 0 23 436 67 71
Binary 10110010 1010111 11001110 1110 111010 0 10011 100011110 110111 111001

Color Harmonies of #B257CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257CE

Black with #B257CE

Text Example


Text Example

White with #B257CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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