Html Css Color HEX #BC94DB Wisteria

📋 copy color: '#BC94DB'

red 188 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #BC94DB

Tints of Wisteria #BC94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.67%

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

R = 33.87%
G = 26.67%
B = 39.46%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC94DB (or 0xBC94DB) is known color: Wisteria. HEX triplet: BC, 94 and DB. RGB value is (188,148,219). Sum of RGB (Red+Green+Blue) = 188+148+219=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94DB is #436B24. Grayscale: #A7A7A7. Windows color (decimal): -4418341 or 14390460. OLE color: 14390460.

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

Color convert

RGB 188 148 219 -
CMYK 0.14 0.32 0 0.14
HSL 273.8º 0.5% 0.72% -
HSV(B) 273.8º 0.32% 0.86% -
XYZ 44.12 36.99 71.83 -
YUV 168.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 188 148 219 0.14 0.32 0 0.14 273.8 0.5 0.72
Hex BC 94 DB E 20 0 E 112 32 48
Octal 274 224 333 16 40 0 16 422 62 110
Binary 10111100 10010100 11011011 1110 100000 0 1110 100010010 110010 1001000

Color Harmonies of #BC94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94DB

Black with #BC94DB

Text Example


Text Example

White with #BC94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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