Html Css Color HEX #BC7DDF Wisteria

📋 copy color: '#BC7DDF'

red 188 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #BC7DDF

Tints of Wisteria #BC7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 35.07%
G = 23.32%
B = 41.6%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7DDF (or 0xBC7DDF) is known color: Wisteria. HEX triplet: BC, 7D and DF. RGB value is (188,125,223). Sum of RGB (Red+Green+Blue) = 188+125+223=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DDF is #438220. Grayscale: #9A9A9A. Windows color (decimal): -4424225 or 14646716. OLE color: 14646716.

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

Color convert

RGB 188 125 223 -
CMYK 0.16 0.44 0 0.13
HSL 278.57º 0.6% 0.68% -
HSV(B) 278.57º 0.44% 0.87% -
XYZ 41.39 30.69 73.55 -
YUV 155.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 188 125 223 0.16 0.44 0 0.13 278.57 0.6 0.68
Hex BC 7D DF 10 2C 0 D 117 3C 44
Octal 274 175 337 20 54 0 15 427 74 104
Binary 10111100 1111101 11011111 10000 101100 0 1101 100010111 111100 1000100

Color Harmonies of #BC7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DDF

Black with #BC7DDF

Text Example


Text Example

White with #BC7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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