Html Css Color HEX #BC79E6 Wisteria

📋 copy color: '#BC79E6'

red 188 ◦ green 121 ◦ blue 230

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

Shades of Wisteria #BC79E6

Tints of Wisteria #BC79E6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.45%

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 34.88%
G = 22.45%
B = 42.67%

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

#BC79E6 (or 0xBC79E6) is known color: Wisteria. HEX triplet: BC, 79 and E6. RGB value is (188,121,230). Sum of RGB (Red+Green+Blue) = 188+121+230=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC79E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC79E6 is #438619. Grayscale: #999999. Windows color (decimal): -4425242 or 15104444. OLE color: 15104444.

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

Color convert

RGB 188 121 230 -
CMYK 0.18 0.47 0 0.10
HSL 276.88º 0.69% 0.69% -
HSV(B) 276.88º 0.47% 0.9% -
XYZ 41.86 30.08 78.46 -
YUV 153.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 188 121 230 0.18 0.47 0 0.10 276.88 0.69 0.69
Hex BC 79 E6 12 2F 0 A 115 45 45
Octal 274 171 346 22 57 0 12 425 105 105
Binary 10111100 1111001 11100110 10010 101111 0 1010 100010101 1000101 1000101

Color Harmonies of #BC79E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79E6

Black with #BC79E6

Text Example


Text Example

White with #BC79E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79E6; }

 p { color: rgb(188,121,230); }

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

background-color css

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

 a { background-color: rgb(188,121,230); }

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

border-color css

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

 span { border-color: rgb(188,121,230); }

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