Html Css Color HEX #BC92DB Wisteria

📋 copy color: '#BC92DB'

red 188 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #BC92DB

Tints of Wisteria #BC92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.4%

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

R = 34%
G = 26.4%
B = 39.6%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC92DB (or 0xBC92DB) is known color: Wisteria. HEX triplet: BC, 92 and DB. RGB value is (188,146,219). Sum of RGB (Red+Green+Blue) = 188+146+219=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92DB is #436D24. Grayscale: #A6A6A6. Windows color (decimal): -4418853 or 14389948. OLE color: 14389948.

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

Color convert

RGB 188 146 219 -
CMYK 0.14 0.33 0 0.14
HSL 274.52º 0.5% 0.72% -
HSV(B) 274.52º 0.33% 0.86% -
XYZ 43.8 36.36 71.73 -
YUV 166.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 188 146 219 0.14 0.33 0 0.14 274.52 0.5 0.72
Hex BC 92 DB E 21 0 E 113 32 48
Octal 274 222 333 16 41 0 16 423 62 110
Binary 10111100 10010010 11011011 1110 100001 0 1110 100010011 110010 1001000

Color Harmonies of #BC92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92DB

Black with #BC92DB

Text Example


Text Example

White with #BC92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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