Html Css Color HEX #BC8EDF Wisteria

📋 copy color: '#BC8EDF'

red 188 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #BC8EDF

Tints of Wisteria #BC8EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 34%
G = 25.68%
B = 40.33%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC8EDF (or 0xBC8EDF) is known color: Wisteria. HEX triplet: BC, 8E and DF. RGB value is (188,142,223). Sum of RGB (Red+Green+Blue) = 188+142+223=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EDF is #437120. Grayscale: #A4A4A4. Windows color (decimal): -4419873 or 14651068. OLE color: 14651068.

HSL color Cylindrical-coordinate representation of color #BC8EDF: hue angle of 274.07º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8EDF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 142 223 -
CMYK 0.16 0.36 0 0.13
HSL 274.07º 0.56% 0.72% -
HSV(B) 274.07º 0.36% 0.87% -
XYZ 43.73 35.37 74.33 -
YUV 164.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 188 142 223 0.16 0.36 0 0.13 274.07 0.56 0.72
Hex BC 8E DF 10 24 0 D 112 38 48
Octal 274 216 337 20 44 0 15 422 70 110
Binary 10111100 10001110 11011111 10000 100100 0 1101 100010010 111000 1001000

Color Harmonies of #BC8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EDF

Black with #BC8EDF

Text Example


Text Example

White with #BC8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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