Html Css Color HEX #BC7FEE Wisteria

📋 copy color: '#BC7FEE'

red 188 ◦ green 127 ◦ blue 238

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

Shades of Wisteria #BC7FEE

Tints of Wisteria #BC7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 34%
G = 22.97%
B = 43.04%

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

#BC7FEE (or 0xBC7FEE) is known color: Wisteria. HEX triplet: BC, 7F and EE. RGB value is (188,127,238). Sum of RGB (Red+Green+Blue) = 188+127+238=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FEE is #438011. Grayscale: #9D9D9D. Windows color (decimal): -4423698 or 15630268. OLE color: 15630268.

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

Color convert

RGB 188 127 238 -
CMYK 0.21 0.47 0 0.07
HSL 272.97º 0.77% 0.72% -
HSV(B) 272.97º 0.47% 0.93% -
XYZ 43.76 32.04 84.77 -
YUV 157.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 188 127 238 0.21 0.47 0 0.07 272.97 0.77 0.72
Hex BC 7F EE 15 2F 0 7 111 4D 48
Octal 274 177 356 25 57 0 7 421 115 110
Binary 10111100 1111111 11101110 10101 101111 0 111 100010001 1001101 1001000

Color Harmonies of #BC7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FEE

Black with #BC7FEE

Text Example


Text Example

White with #BC7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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