Html Css Color HEX #BC7CEE Wisteria

📋 copy color: '#BC7CEE'

red 188 ◦ green 124 ◦ blue 238

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

Shades of Wisteria #BC7CEE

Tints of Wisteria #BC7CEE

RGB

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

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

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

R = 34.18%
G = 22.55%
B = 43.27%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC7CEE (or 0xBC7CEE) is known color: Wisteria. HEX triplet: BC, 7C and EE. RGB value is (188,124,238). Sum of RGB (Red+Green+Blue) = 188+124+238=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC7CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CEE is #438311. Grayscale: #9B9B9B. Windows color (decimal): -4424466 or 15629500. OLE color: 15629500.

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

Color convert

RGB 188 124 238 -
CMYK 0.21 0.48 0 0.07
HSL 273.68º 0.77% 0.71% -
HSV(B) 273.68º 0.48% 0.93% -
XYZ 43.38 31.28 84.64 -
YUV 156.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 188 124 238 0.21 0.48 0 0.07 273.68 0.77 0.71
Hex BC 7C EE 15 30 0 7 112 4D 47
Octal 274 174 356 25 60 0 7 422 115 107
Binary 10111100 1111100 11101110 10101 110000 0 111 100010010 1001101 1000111

Color Harmonies of #BC7CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CEE

Black with #BC7CEE

Text Example


Text Example

White with #BC7CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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