Html Css Color HEX #BC8DD5 Wisteria

📋 copy color: '#BC8DD5'

red 188 ◦ green 141 ◦ blue 213

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

Shades of Wisteria #BC8DD5

Tints of Wisteria #BC8DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 34.69%
G = 26.01%
B = 39.3%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC8DD5 (or 0xBC8DD5) is known color: Wisteria. HEX triplet: BC, 8D and D5. RGB value is (188,141,213). Sum of RGB (Red+Green+Blue) = 188+141+213=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC8DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DD5 is #43722A. Grayscale: #A3A3A3. Windows color (decimal): -4420139 or 13995452. OLE color: 13995452.

HSL color Cylindrical-coordinate representation of color #BC8DD5: hue angle of 279.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8DD5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 141 213 -
CMYK 0.12 0.34 0 0.16
HSL 279.17º 0.46% 0.69% -
HSV(B) 279.17º 0.34% 0.84% -
XYZ 42.27 34.55 67.39 -
YUV 163.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 188 141 213 0.12 0.34 0 0.16 279.17 0.46 0.69
Hex BC 8D D5 C 22 0 10 117 2E 45
Octal 274 215 325 14 42 0 20 427 56 105
Binary 10111100 10001101 11010101 1100 100010 0 10000 100010111 101110 1000101

Color Harmonies of #BC8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DD5

Black with #BC8DD5

Text Example


Text Example

White with #BC8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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