Html Css Color HEX #BC7EDD Wisteria

📋 copy color: '#BC7EDD'

red 188 ◦ green 126 ◦ blue 221

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

Shades of Wisteria #BC7EDD

Tints of Wisteria #BC7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

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

R = 35.14%
G = 23.55%
B = 41.31%

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

#BC7EDD (or 0xBC7EDD) is known color: Wisteria. HEX triplet: BC, 7E and DD. RGB value is (188,126,221). Sum of RGB (Red+Green+Blue) = 188+126+221=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EDD is #438122. Grayscale: #9B9B9B. Windows color (decimal): -4423971 or 14515900. OLE color: 14515900.

HSL color Cylindrical-coordinate representation of color #BC7EDD: hue angle of 279.16º degrees, saturation: 0.58, 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 #BC7EDD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 126 221 -
CMYK 0.15 0.43 0 0.13
HSL 279.16º 0.58% 0.68% -
HSV(B) 279.16º 0.43% 0.87% -
XYZ 41.25 30.83 72.18 -
YUV 155.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 188 126 221 0.15 0.43 0 0.13 279.16 0.58 0.68
Hex BC 7E DD F 2B 0 D 117 3A 44
Octal 274 176 335 17 53 0 15 427 72 104
Binary 10111100 1111110 11011101 1111 101011 0 1101 100010111 111010 1000100

Color Harmonies of #BC7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EDD

Black with #BC7EDD

Text Example


Text Example

White with #BC7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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