Html Css Color HEX #BC8DDA Wisteria

📋 copy color: '#BC8DDA'

red 188 ◦ green 141 ◦ blue 218

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

Shades of Wisteria #BC8DDA

Tints of Wisteria #BC8DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.78%

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 34.37%
G = 25.78%
B = 39.85%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC8DDA (or 0xBC8DDA) is known color: Wisteria. HEX triplet: BC, 8D and DA. RGB value is (188,141,218). Sum of RGB (Red+Green+Blue) = 188+141+218=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DDA is #437225. Grayscale: #A3A3A3. Windows color (decimal): -4420134 or 14323132. OLE color: 14323132.

HSL color Cylindrical-coordinate representation of color #BC8DDA: hue angle of 276.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8DDA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 141 218 -
CMYK 0.14 0.35 0 0.15
HSL 276.62º 0.51% 0.7% -
HSV(B) 276.62º 0.35% 0.85% -
XYZ 42.92 34.8 70.79 -
YUV 163.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 188 141 218 0.14 0.35 0 0.15 276.62 0.51 0.7
Hex BC 8D DA E 23 0 F 115 33 46
Octal 274 215 332 16 43 0 17 425 63 106
Binary 10111100 10001101 11011010 1110 100011 0 1111 100010101 110011 1000110

Color Harmonies of #BC8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DDA

Black with #BC8DDA

Text Example


Text Example

White with #BC8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DDA; }

 p { color: rgb(188,141,218); }

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

background-color css

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

 a { background-color: rgb(188,141,218); }

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

border-color css

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

 span { border-color: rgb(188,141,218); }

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