Html Css Color HEX #B257CB Medium Orchid

📋 copy color: '#B257CB'

red 178 ◦ green 87 ◦ blue 203

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

Shades of Medium Orchid #B257CB

Tints of Medium Orchid #B257CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 38.03%
G = 18.59%
B = 43.38%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B257CB (or 0xB257CB) is known color: Medium Orchid. HEX triplet: B2, 57 and CB. RGB value is (178,87,203). Sum of RGB (Red+Green+Blue) = 178+87+203=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B257CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257CB is #4DA834. Grayscale: #7F7F7F. Windows color (decimal): -5089333 or 13326258. OLE color: 13326258.

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

Color convert

RGB 178 87 203 -
CMYK 0.12 0.57 0 0.20
HSL 287.07º 0.53% 0.57% -
HSV(B) 287.07º 0.57% 0.8% -
XYZ 32.55 20.59 58.76 -
YUV 127.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 178 87 203 0.12 0.57 0 0.20 287.07 0.53 0.57
Hex B2 57 CB C 39 0 14 11F 35 39
Octal 262 127 313 14 71 0 24 437 65 71
Binary 10110010 1010111 11001011 1100 111001 0 10100 100011111 110101 111001

Color Harmonies of #B257CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257CB

Black with #B257CB

Text Example


Text Example

White with #B257CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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