Html Css Color HEX #B257C2 Medium Orchid

📋 copy color: '#B257C2'

red 178 ◦ green 87 ◦ blue 194

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

Shades of Medium Orchid #B257C2

Tints of Medium Orchid #B257C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 38.78%
G = 18.95%
B = 42.27%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B257C2 (or 0xB257C2) is known color: Medium Orchid. HEX triplet: B2, 57 and C2. RGB value is (178,87,194). Sum of RGB (Red+Green+Blue) = 178+87+194=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #B257C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257C2 is #4DA83D. Grayscale: #7E7E7E. Windows color (decimal): -5089342 or 12736434. OLE color: 12736434.

HSL color Cylindrical-coordinate representation of color #B257C2: hue angle of 291.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B257C2 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 87 194 -
CMYK 0.08 0.55 0 0.24
HSL 291.03º 0.47% 0.55% -
HSV(B) 291.03º 0.55% 0.76% -
XYZ 31.51 20.18 53.27 -
YUV 126.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 178 87 194 0.08 0.55 0 0.24 291.03 0.47 0.55
Hex B2 57 C2 8 37 0 18 123 2F 37
Octal 262 127 302 10 67 0 30 443 57 67
Binary 10110010 1010111 11000010 1000 110111 0 11000 100100011 101111 110111

Color Harmonies of #B257C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257C2

Black with #B257C2

Text Example


Text Example

White with #B257C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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