Html Css Color HEX #B682C1 East Side

📋 copy color: '#B682C1'

red 182 ◦ green 130 ◦ blue 193

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

Shades of East Side #B682C1

Tints of East Side #B682C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.74%

 BLUE value IS 193 (75.78% from 255) = 38.22%

R = 36.04%
G = 25.74%
B = 38.22%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B682C1 (or 0xB682C1) is known color: East Side. HEX triplet: B6, 82 and C1. RGB value is (182,130,193). Sum of RGB (Red+Green+Blue) = 182+130+193=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #B682C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682C1 is #497D3E. Grayscale: #989898. Windows color (decimal): -4816191 or 12681910. OLE color: 12681910.

HSL color Cylindrical-coordinate representation of color #B682C1: hue angle of 289.52º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B682C1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 130 193 -
CMYK 0.06 0.33 0 0.24
HSL 289.52º 0.34% 0.63% -
HSV(B) 289.52º 0.33% 0.76% -
XYZ 36.9 29.76 54.25 -
YUV 152.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 182 130 193 0.06 0.33 0 0.24 289.52 0.34 0.63
Hex B6 82 C1 6 21 0 18 122 22 3F
Octal 266 202 301 6 41 0 30 442 42 77
Binary 10110110 10000010 11000001 110 100001 0 11000 100100010 100010 111111

Color Harmonies of #B682C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682C1

Black with #B682C1

Text Example


Text Example

White with #B682C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682C1; }

 p { color: rgb(182,130,193); }

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

background-color css

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

 a { background-color: rgb(182,130,193); }

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

border-color css

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

 span { border-color: rgb(182,130,193); }

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