Html Css Color HEX #BC7EED Wisteria

📋 copy color: '#BC7EED'

red 188 ◦ green 126 ◦ blue 237

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

Shades of Wisteria #BC7EED

Tints of Wisteria #BC7EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 34.12%
G = 22.87%
B = 43.01%

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

#BC7EED (or 0xBC7EED) is known color: Wisteria. HEX triplet: BC, 7E and ED. RGB value is (188,126,237). Sum of RGB (Red+Green+Blue) = 188+126+237=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EED is #438112. Grayscale: #9C9C9C. Windows color (decimal): -4423955 or 15564476. OLE color: 15564476.

HSL color Cylindrical-coordinate representation of color #BC7EED: hue angle of 273.51º degrees, saturation: 0.76, 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 #BC7EED is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 126 237 -
CMYK 0.21 0.47 0 0.07
HSL 273.51º 0.76% 0.71% -
HSV(B) 273.51º 0.47% 0.93% -
XYZ 43.49 31.73 83.95 -
YUV 157.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 188 126 237 0.21 0.47 0 0.07 273.51 0.76 0.71
Hex BC 7E ED 15 2F 0 7 112 4C 47
Octal 274 176 355 25 57 0 7 422 114 107
Binary 10111100 1111110 11101101 10101 101111 0 111 100010010 1001100 1000111

Color Harmonies of #BC7EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EED

Black with #BC7EED

Text Example


Text Example

White with #BC7EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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