Html Css Color HEX #B257EE Medium Orchid

📋 copy color: '#B257EE'

red 178 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #B257EE

Tints of Medium Orchid #B257EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 35.39%
G = 17.3%
B = 47.32%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B257EE (or 0xB257EE) is known color: Medium Orchid. HEX triplet: B2, 57 and EE. RGB value is (178,87,238). Sum of RGB (Red+Green+Blue) = 178+87+238=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B257EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B257EE is #4DA811. Grayscale: #828282. Windows color (decimal): -5089298 or 15620018. OLE color: 15620018.

HSL color Cylindrical-coordinate representation of color #B257EE: hue angle of 276.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B257EE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 87 238 -
CMYK 0.25 0.63 0 0.07
HSL 276.16º 0.82% 0.64% -
HSV(B) 276.16º 0.63% 0.93% -
XYZ 37.2 22.45 83.26 -
YUV 131.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 178 87 238 0.25 0.63 0 0.07 276.16 0.82 0.64
Hex B2 57 EE 19 3F 0 7 114 52 40
Octal 262 127 356 31 77 0 7 424 122 100
Binary 10110010 1010111 11101110 11001 111111 0 111 100010100 1010010 1000000

Color Harmonies of #B257EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257EE

Black with #B257EE

Text Example


Text Example

White with #B257EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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