Html Css Color HEX #B657CB Medium Orchid

📋 copy color: '#B657CB'

red 182 ◦ green 87 ◦ blue 203

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

Shades of Medium Orchid #B657CB

Tints of Medium Orchid #B657CB

RGB

 RED value IS 182 (71.48% from 255) = 38.56%

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

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

R = 38.56%
G = 18.43%
B = 43.01%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B657CB (or 0xB657CB) is known color: Medium Orchid. HEX triplet: B6, 57 and CB. RGB value is (182,87,203). Sum of RGB (Red+Green+Blue) = 182+87+203=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B657CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657CB is #49A834. Grayscale: #808080. Windows color (decimal): -4827189 or 13326262. OLE color: 13326262.

HSL color Cylindrical-coordinate representation of color #B657CB: hue angle of 289.14º 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 #B657CB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 87 203 -
CMYK 0.10 0.57 0 0.20
HSL 289.14º 0.53% 0.57% -
HSV(B) 289.14º 0.57% 0.8% -
XYZ 33.48 21.07 58.8 -
YUV 128.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 182 87 203 0.10 0.57 0 0.20 289.14 0.53 0.57
Hex B6 57 CB A 39 0 14 121 35 39
Octal 266 127 313 12 71 0 24 441 65 71
Binary 10110110 1010111 11001011 1010 111001 0 10100 100100001 110101 111001

Color Harmonies of #B657CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B657CB

Black with #B657CB

Text Example


Text Example

White with #B657CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B657CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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