Html Css Color HEX #BC8CDF Wisteria

📋 copy color: '#BC8CDF'

red 188 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #BC8CDF

Tints of Wisteria #BC8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.41%

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

R = 34.12%
G = 25.41%
B = 40.47%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC8CDF (or 0xBC8CDF) is known color: Wisteria. HEX triplet: BC, 8C and DF. RGB value is (188,140,223). Sum of RGB (Red+Green+Blue) = 188+140+223=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CDF is #437320. Grayscale: #A3A3A3. Windows color (decimal): -4420385 or 14650556. OLE color: 14650556.

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

Color convert

RGB 188 140 223 -
CMYK 0.16 0.37 0 0.13
HSL 274.7º 0.56% 0.71% -
HSV(B) 274.7º 0.37% 0.87% -
XYZ 43.44 34.78 74.23 -
YUV 163.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 188 140 223 0.16 0.37 0 0.13 274.7 0.56 0.71
Hex BC 8C DF 10 25 0 D 113 38 47
Octal 274 214 337 20 45 0 15 423 70 107
Binary 10111100 10001100 11011111 10000 100101 0 1101 100010011 111000 1000111

Color Harmonies of #BC8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CDF

Black with #BC8CDF

Text Example


Text Example

White with #BC8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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