Html Css Color HEX #B257CF Medium Orchid

📋 copy color: '#B257CF'

red 178 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #B257CF

Tints of Medium Orchid #B257CF

RGB

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

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

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

R = 37.71%
G = 18.43%
B = 43.86%

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

#B257CF (or 0xB257CF) is known color: Medium Orchid. HEX triplet: B2, 57 and CF. RGB value is (178,87,207). Sum of RGB (Red+Green+Blue) = 178+87+207=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B257CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257CF is #4DA830. Grayscale: #7F7F7F. Windows color (decimal): -5089329 or 13588402. OLE color: 13588402.

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

Color convert

RGB 178 87 207 -
CMYK 0.14 0.58 0 0.19
HSL 285.5º 0.56% 0.58% -
HSV(B) 285.5º 0.58% 0.81% -
XYZ 33.03 20.79 61.3 -
YUV 127.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 178 87 207 0.14 0.58 0 0.19 285.5 0.56 0.58
Hex B2 57 CF E 3A 0 13 11E 38 3A
Octal 262 127 317 16 72 0 23 436 70 72
Binary 10110010 1010111 11001111 1110 111010 0 10011 100011110 111000 111010

Color Harmonies of #B257CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257CF

Black with #B257CF

Text Example


Text Example

White with #B257CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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