Html Css Color HEX #BC7EDA Wisteria

📋 copy color: '#BC7EDA'

red 188 ◦ green 126 ◦ blue 218

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

Shades of Wisteria #BC7EDA

Tints of Wisteria #BC7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 35.34%
G = 23.68%
B = 40.98%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC7EDA (or 0xBC7EDA) is known color: Wisteria. HEX triplet: BC, 7E and DA. RGB value is (188,126,218). Sum of RGB (Red+Green+Blue) = 188+126+218=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EDA is #438125. Grayscale: #9A9A9A. Windows color (decimal): -4423974 or 14319292. OLE color: 14319292.

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

Color convert

RGB 188 126 218 -
CMYK 0.14 0.42 0 0.15
HSL 280.43º 0.55% 0.67% -
HSV(B) 280.43º 0.42% 0.85% -
XYZ 40.85 30.68 70.1 -
YUV 155.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 188 126 218 0.14 0.42 0 0.15 280.43 0.55 0.67
Hex BC 7E DA E 2A 0 F 118 37 43
Octal 274 176 332 16 52 0 17 430 67 103
Binary 10111100 1111110 11011010 1110 101010 0 1111 100011000 110111 1000011

Color Harmonies of #BC7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EDA

Black with #BC7EDA

Text Example


Text Example

White with #BC7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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