Html Css Color HEX #B257CA Medium Orchid

📋 copy color: '#B257CA'

red 178 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #B257CA

Tints of Medium Orchid #B257CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 38.12%
G = 18.63%
B = 43.25%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B257CA (or 0xB257CA) is known color: Medium Orchid. HEX triplet: B2, 57 and CA. RGB value is (178,87,202). Sum of RGB (Red+Green+Blue) = 178+87+202=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B257CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257CA is #4DA835. Grayscale: #7E7E7E. Windows color (decimal): -5089334 or 13260722. OLE color: 13260722.

HSL color Cylindrical-coordinate representation of color #B257CA: hue angle of 287.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B257CA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 87 202 -
CMYK 0.12 0.57 0 0.21
HSL 287.48º 0.52% 0.57% -
HSV(B) 287.48º 0.57% 0.79% -
XYZ 32.43 20.55 58.13 -
YUV 127.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 178 87 202 0.12 0.57 0 0.21 287.48 0.52 0.57
Hex B2 57 CA C 39 0 15 11F 34 39
Octal 262 127 312 14 71 0 25 437 64 71
Binary 10110010 1010111 11001010 1100 111001 0 10101 100011111 110100 111001

Color Harmonies of #B257CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257CA

Black with #B257CA

Text Example


Text Example

White with #B257CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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