Html Css Color HEX #BC7CE9 Wisteria

📋 copy color: '#BC7CE9'

red 188 ◦ green 124 ◦ blue 233

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

Shades of Wisteria #BC7CE9

Tints of Wisteria #BC7CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.75%

R = 34.5%
G = 22.75%
B = 42.75%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC7CE9 (or 0xBC7CE9) is known color: Wisteria. HEX triplet: BC, 7C and E9. RGB value is (188,124,233). Sum of RGB (Red+Green+Blue) = 188+124+233=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC7CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CE9 is #438316. Grayscale: #9B9B9B. Windows color (decimal): -4424471 or 15301820. OLE color: 15301820.

HSL color Cylindrical-coordinate representation of color #BC7CE9: hue angle of 275.23º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7CE9 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 124 233 -
CMYK 0.19 0.47 0 0.09
HSL 275.23º 0.71% 0.7% -
HSV(B) 275.23º 0.47% 0.91% -
XYZ 42.65 30.99 80.82 -
YUV 155.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 188 124 233 0.19 0.47 0 0.09 275.23 0.71 0.7
Hex BC 7C E9 13 2F 0 9 113 47 46
Octal 274 174 351 23 57 0 11 423 107 106
Binary 10111100 1111100 11101001 10011 101111 0 1001 100010011 1000111 1000110

Color Harmonies of #BC7CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CE9

Black with #BC7CE9

Text Example


Text Example

White with #BC7CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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