Html Css Color HEX #BC7BE5 Wisteria

📋 copy color: '#BC7BE5'

red 188 ◦ green 123 ◦ blue 229

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

Shades of Wisteria #BC7BE5

Tints of Wisteria #BC7BE5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.78%

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

R = 34.81%
G = 22.78%
B = 42.41%

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

#BC7BE5 (or 0xBC7BE5) is known color: Wisteria. HEX triplet: BC, 7B and E5. RGB value is (188,123,229). Sum of RGB (Red+Green+Blue) = 188+123+229=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BE5 is #43841A. Grayscale: #9A9A9A. Windows color (decimal): -4424731 or 15039420. OLE color: 15039420.

HSL color Cylindrical-coordinate representation of color #BC7BE5: hue angle of 276.79º 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 #BC7BE5 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 123 229 -
CMYK 0.18 0.46 0 0.10
HSL 276.79º 0.67% 0.69% -
HSV(B) 276.79º 0.46% 0.9% -
XYZ 41.96 30.51 77.81 -
YUV 154.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 188 123 229 0.18 0.46 0 0.10 276.79 0.67 0.69
Hex BC 7B E5 12 2E 0 A 115 43 45
Octal 274 173 345 22 56 0 12 425 103 105
Binary 10111100 1111011 11100101 10010 101110 0 1010 100010101 1000011 1000101

Color Harmonies of #BC7BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BE5

Black with #BC7BE5

Text Example


Text Example

White with #BC7BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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