Html Css Color HEX #BC8ED2 Wisteria

📋 copy color: '#BC8ED2'

red 188 ◦ green 142 ◦ blue 210

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

Shades of Wisteria #BC8ED2

Tints of Wisteria #BC8ED2

RGB

 RED value IS 188 (73.83% from 255) = 34.81%

 GREEN value IS 142 (55.86% from 255) = 26.3%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 34.81%
G = 26.3%
B = 38.89%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC8ED2 (or 0xBC8ED2) is known color: Wisteria. HEX triplet: BC, 8E and D2. RGB value is (188,142,210). Sum of RGB (Red+Green+Blue) = 188+142+210=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ED2 is #43712D. Grayscale: #A3A3A3. Windows color (decimal): -4419886 or 13799100. OLE color: 13799100.

HSL color Cylindrical-coordinate representation of color #BC8ED2: hue angle of 280.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8ED2 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 142 210 -
CMYK 0.10 0.32 0 0.18
HSL 280.59º 0.43% 0.69% -
HSV(B) 280.59º 0.32% 0.82% -
XYZ 42.04 34.69 65.45 -
YUV 163.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 188 142 210 0.10 0.32 0 0.18 280.59 0.43 0.69
Hex BC 8E D2 A 20 0 12 119 2B 45
Octal 274 216 322 12 40 0 22 431 53 105
Binary 10111100 10001110 11010010 1010 100000 0 10010 100011001 101011 1000101

Color Harmonies of #BC8ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ED2

Black with #BC8ED2

Text Example


Text Example

White with #BC8ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ED2; }

 p { color: rgb(188,142,210); }

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

background-color css

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

 a { background-color: rgb(188,142,210); }

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

border-color css

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

 span { border-color: rgb(188,142,210); }

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