Html Css Color HEX #BC7EDB Wisteria

📋 copy color: '#BC7EDB'

red 188 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #BC7EDB

Tints of Wisteria #BC7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 35.27%
G = 23.64%
B = 41.09%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC7EDB (or 0xBC7EDB) is known color: Wisteria. HEX triplet: BC, 7E and DB. RGB value is (188,126,219). Sum of RGB (Red+Green+Blue) = 188+126+219=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EDB is #438124. Grayscale: #9A9A9A. Windows color (decimal): -4423973 or 14384828. OLE color: 14384828.

HSL color Cylindrical-coordinate representation of color #BC7EDB: hue angle of 280º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7EDB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 126 219 -
CMYK 0.14 0.42 0 0.14
HSL 280º 0.56% 0.68% -
HSV(B) 280º 0.42% 0.86% -
XYZ 40.99 30.73 70.79 -
YUV 155.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 188 126 219 0.14 0.42 0 0.14 280 0.56 0.68
Hex BC 7E DB E 2A 0 E 118 38 44
Octal 274 176 333 16 52 0 16 430 70 104
Binary 10111100 1111110 11011011 1110 101010 0 1110 100011000 111000 1000100

Color Harmonies of #BC7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EDB

Black with #BC7EDB

Text Example


Text Example

White with #BC7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EDB; }

 p { color: rgb(188,126,219); }

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

background-color css

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

 a { background-color: rgb(188,126,219); }

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

border-color css

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

 span { border-color: rgb(188,126,219); }

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