Html Css Color HEX #BC8CDD Wisteria

📋 copy color: '#BC8CDD'

red 188 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #BC8CDD

Tints of Wisteria #BC8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 34.24%
G = 25.5%
B = 40.26%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC8CDD (or 0xBC8CDD) is known color: Wisteria. HEX triplet: BC, 8C and DD. RGB value is (188,140,221). Sum of RGB (Red+Green+Blue) = 188+140+221=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CDD is #437322. Grayscale: #A3A3A3. Windows color (decimal): -4420387 or 14519484. OLE color: 14519484.

HSL color Cylindrical-coordinate representation of color #BC8CDD: hue angle of 275.56º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8CDD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 140 221 -
CMYK 0.15 0.37 0 0.13
HSL 275.56º 0.54% 0.71% -
HSV(B) 275.56º 0.37% 0.87% -
XYZ 43.17 34.67 72.82 -
YUV 163.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 188 140 221 0.15 0.37 0 0.13 275.56 0.54 0.71
Hex BC 8C DD F 25 0 D 114 36 47
Octal 274 214 335 17 45 0 15 424 66 107
Binary 10111100 10001100 11011101 1111 100101 0 1101 100010100 110110 1000111

Color Harmonies of #BC8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CDD

Black with #BC8CDD

Text Example


Text Example

White with #BC8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CDD; }

 p { color: rgb(188,140,221); }

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

background-color css

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

 a { background-color: rgb(188,140,221); }

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

border-color css

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

 span { border-color: rgb(188,140,221); }

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