Html Css Color HEX #BC7DE2 Wisteria

📋 copy color: '#BC7DE2'

red 188 ◦ green 125 ◦ blue 226

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

Shades of Wisteria #BC7DE2

Tints of Wisteria #BC7DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.93%

R = 34.88%
G = 23.19%
B = 41.93%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC7DE2 (or 0xBC7DE2) is known color: Wisteria. HEX triplet: BC, 7D and E2. RGB value is (188,125,226). Sum of RGB (Red+Green+Blue) = 188+125+226=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC7DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DE2 is #43821D. Grayscale: #9B9B9B. Windows color (decimal): -4424222 or 14843324. OLE color: 14843324.

HSL color Cylindrical-coordinate representation of color #BC7DE2: hue angle of 277.43º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7DE2 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 125 226 -
CMYK 0.17 0.45 0 0.11
HSL 277.43º 0.64% 0.69% -
HSV(B) 277.43º 0.45% 0.89% -
XYZ 41.8 30.85 75.7 -
YUV 155.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 188 125 226 0.17 0.45 0 0.11 277.43 0.64 0.69
Hex BC 7D E2 11 2D 0 B 115 40 45
Octal 274 175 342 21 55 0 13 425 100 105
Binary 10111100 1111101 11100010 10001 101101 0 1011 100010101 1000000 1000101

Color Harmonies of #BC7DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DE2

Black with #BC7DE2

Text Example


Text Example

White with #BC7DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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