Html Css Color HEX #BC7EEE Wisteria

📋 copy color: '#BC7EEE'

red 188 ◦ green 126 ◦ blue 238

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

Shades of Wisteria #BC7EEE

Tints of Wisteria #BC7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 34.06%
G = 22.83%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC7EEE (or 0xBC7EEE) is known color: Wisteria. HEX triplet: BC, 7E and EE. RGB value is (188,126,238). Sum of RGB (Red+Green+Blue) = 188+126+238=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EEE is #438111. Grayscale: #9C9C9C. Windows color (decimal): -4423954 or 15630012. OLE color: 15630012.

HSL color Cylindrical-coordinate representation of color #BC7EEE: hue angle of 273.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7EEE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 126 238 -
CMYK 0.21 0.47 0 0.07
HSL 273.21º 0.77% 0.71% -
HSV(B) 273.21º 0.47% 0.93% -
XYZ 43.63 31.79 84.72 -
YUV 157.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 188 126 238 0.21 0.47 0 0.07 273.21 0.77 0.71
Hex BC 7E EE 15 2F 0 7 111 4D 47
Octal 274 176 356 25 57 0 7 421 115 107
Binary 10111100 1111110 11101110 10101 101111 0 111 100010001 1001101 1000111

Color Harmonies of #BC7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EEE

Black with #BC7EEE

Text Example


Text Example

White with #BC7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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