Html Css Color HEX #BC7DDD Wisteria

📋 copy color: '#BC7DDD'

red 188 ◦ green 125 ◦ blue 221

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

Shades of Wisteria #BC7DDD

Tints of Wisteria #BC7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.41%

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

R = 35.21%
G = 23.41%
B = 41.39%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7DDD (or 0xBC7DDD) is known color: Wisteria. HEX triplet: BC, 7D and DD. RGB value is (188,125,221). Sum of RGB (Red+Green+Blue) = 188+125+221=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DDD is #438222. Grayscale: #9A9A9A. Windows color (decimal): -4424227 or 14515644. OLE color: 14515644.

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

Color convert

RGB 188 125 221 -
CMYK 0.15 0.43 0 0.13
HSL 279.38º 0.59% 0.68% -
HSV(B) 279.38º 0.43% 0.87% -
XYZ 41.12 30.58 72.14 -
YUV 154.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 188 125 221 0.15 0.43 0 0.13 279.38 0.59 0.68
Hex BC 7D DD F 2B 0 D 117 3B 44
Octal 274 175 335 17 53 0 15 427 73 104
Binary 10111100 1111101 11011101 1111 101011 0 1101 100010111 111011 1000100

Color Harmonies of #BC7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DDD

Black with #BC7DDD

Text Example


Text Example

White with #BC7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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