Html Css Color HEX #BC7CE5 Wisteria

📋 copy color: '#BC7CE5'

red 188 ◦ green 124 ◦ blue 229

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

Shades of Wisteria #BC7CE5

Tints of Wisteria #BC7CE5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

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

R = 34.75%
G = 22.92%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC7CE5 (or 0xBC7CE5) is known color: Wisteria. HEX triplet: BC, 7C and E5. RGB value is (188,124,229). Sum of RGB (Red+Green+Blue) = 188+124+229=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CE5 is #43831A. Grayscale: #9A9A9A. Windows color (decimal): -4424475 or 15039676. OLE color: 15039676.

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

Color convert

RGB 188 124 229 -
CMYK 0.18 0.46 0 0.10
HSL 276.57º 0.67% 0.69% -
HSV(B) 276.57º 0.46% 0.9% -
XYZ 42.09 30.76 77.85 -
YUV 155.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 188 124 229 0.18 0.46 0 0.10 276.57 0.67 0.69
Hex BC 7C E5 12 2E 0 A 115 43 45
Octal 274 174 345 22 56 0 12 425 103 105
Binary 10111100 1111100 11100101 10010 101110 0 1010 100010101 1000011 1000101

Color Harmonies of #BC7CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CE5

Black with #BC7CE5

Text Example


Text Example

White with #BC7CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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