Html Css Color HEX #BC81DD Wisteria

📋 copy color: '#BC81DD'

red 188 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #BC81DD

Tints of Wisteria #BC81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.98%

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

R = 34.94%
G = 23.98%
B = 41.08%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC81DD (or 0xBC81DD) is known color: Wisteria. HEX triplet: BC, 81 and DD. RGB value is (188,129,221). Sum of RGB (Red+Green+Blue) = 188+129+221=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81DD is #437E22. Grayscale: #9C9C9C. Windows color (decimal): -4423203 or 14516668. OLE color: 14516668.

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

Color convert

RGB 188 129 221 -
CMYK 0.15 0.42 0 0.13
HSL 278.48º 0.58% 0.69% -
HSV(B) 278.48º 0.42% 0.87% -
XYZ 41.64 31.61 72.31 -
YUV 157.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 188 129 221 0.15 0.42 0 0.13 278.48 0.58 0.69
Hex BC 81 DD F 2A 0 D 116 3A 45
Octal 274 201 335 17 52 0 15 426 72 105
Binary 10111100 10000001 11011101 1111 101010 0 1101 100010110 111010 1000101

Color Harmonies of #BC81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81DD

Black with #BC81DD

Text Example


Text Example

White with #BC81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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