Html Css Color HEX #BC7AE5 Wisteria

📋 copy color: '#BC7AE5'

red 188 ◦ green 122 ◦ blue 229

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

Shades of Wisteria #BC7AE5

Tints of Wisteria #BC7AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.63%

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 34.88%
G = 22.63%
B = 42.49%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC7AE5 (or 0xBC7AE5) is known color: Wisteria. HEX triplet: BC, 7A and E5. RGB value is (188,122,229). Sum of RGB (Red+Green+Blue) = 188+122+229=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC7AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7AE5 is #43851A. Grayscale: #999999. Windows color (decimal): -4424987 or 15039164. OLE color: 15039164.

HSL color Cylindrical-coordinate representation of color #BC7AE5: hue angle of 277.01º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7AE5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 122 229 -
CMYK 0.18 0.47 0 0.10
HSL 277.01º 0.67% 0.69% -
HSV(B) 277.01º 0.47% 0.9% -
XYZ 41.84 30.27 77.77 -
YUV 153.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 188 122 229 0.18 0.47 0 0.10 277.01 0.67 0.69
Hex BC 7A E5 12 2F 0 A 115 43 45
Octal 274 172 345 22 57 0 12 425 103 105
Binary 10111100 1111010 11100101 10010 101111 0 1010 100010101 1000011 1000101

Color Harmonies of #BC7AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7AE5

Black with #BC7AE5

Text Example


Text Example

White with #BC7AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7AE5; }

 p { color: rgb(188,122,229); }

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

background-color css

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

 a { background-color: rgb(188,122,229); }

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

border-color css

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

 span { border-color: rgb(188,122,229); }

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