Html Css Color HEX #BC7BDC Wisteria

📋 copy color: '#BC7BDC'

red 188 ◦ green 123 ◦ blue 220

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

Shades of Wisteria #BC7BDC

Tints of Wisteria #BC7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.16%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 35.4%
G = 23.16%
B = 41.43%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC7BDC (or 0xBC7BDC) is known color: Wisteria. HEX triplet: BC, 7B and DC. RGB value is (188,123,220). Sum of RGB (Red+Green+Blue) = 188+123+220=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDC is #438423. Grayscale: #999999. Windows color (decimal): -4424740 or 14449596. OLE color: 14449596.

HSL color Cylindrical-coordinate representation of color #BC7BDC: hue angle of 280.21º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7BDC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 123 220 -
CMYK 0.15 0.44 0 0.14
HSL 280.21º 0.58% 0.67% -
HSV(B) 280.21º 0.44% 0.86% -
XYZ 40.74 30.02 71.36 -
YUV 153.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 188 123 220 0.15 0.44 0 0.14 280.21 0.58 0.67
Hex BC 7B DC F 2C 0 E 118 3A 43
Octal 274 173 334 17 54 0 16 430 72 103
Binary 10111100 1111011 11011100 1111 101100 0 1110 100011000 111010 1000011

Color Harmonies of #BC7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BDC

Black with #BC7BDC

Text Example


Text Example

White with #BC7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BDC; }

 p { color: rgb(188,123,220); }

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

background-color css

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

 a { background-color: rgb(188,123,220); }

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

border-color css

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

 span { border-color: rgb(188,123,220); }

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