Html Css Color HEX #BC7EEA Wisteria

📋 copy color: '#BC7EEA'

red 188 ◦ green 126 ◦ blue 234

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

Shades of Wisteria #BC7EEA

Tints of Wisteria #BC7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.99%

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 34.31%
G = 22.99%
B = 42.7%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC7EEA (or 0xBC7EEA) is known color: Wisteria. HEX triplet: BC, 7E and EA. RGB value is (188,126,234). Sum of RGB (Red+Green+Blue) = 188+126+234=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EEA is #438115. Grayscale: #9C9C9C. Windows color (decimal): -4423958 or 15367868. OLE color: 15367868.

HSL color Cylindrical-coordinate representation of color #BC7EEA: hue angle of 274.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7EEA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 126 234 -
CMYK 0.20 0.46 0 0.08
HSL 274.44º 0.72% 0.71% -
HSV(B) 274.44º 0.46% 0.92% -
XYZ 43.05 31.55 81.66 -
YUV 156.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 188 126 234 0.20 0.46 0 0.08 274.44 0.72 0.71
Hex BC 7E EA 14 2E 0 8 112 48 47
Octal 274 176 352 24 56 0 10 422 110 107
Binary 10111100 1111110 11101010 10100 101110 0 1000 100010010 1001000 1000111

Color Harmonies of #BC7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EEA

Black with #BC7EEA

Text Example


Text Example

White with #BC7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EEA; }

 p { color: rgb(188,126,234); }

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

background-color css

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

 a { background-color: rgb(188,126,234); }

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

border-color css

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

 span { border-color: rgb(188,126,234); }

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