Html Css Color HEX #BC8CE0 Wisteria

📋 copy color: '#BC8CE0'

red 188 ◦ green 140 ◦ blue 224

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

Shades of Wisteria #BC8CE0

Tints of Wisteria #BC8CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 34.06%
G = 25.36%
B = 40.58%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC8CE0 (or 0xBC8CE0) is known color: Wisteria. HEX triplet: BC, 8C and E0. RGB value is (188,140,224). Sum of RGB (Red+Green+Blue) = 188+140+224=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE0 is #43731F. Grayscale: #A3A3A3. Windows color (decimal): -4420384 or 14716092. OLE color: 14716092.

HSL color Cylindrical-coordinate representation of color #BC8CE0: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8CE0 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 140 224 -
CMYK 0.16 0.38 0 0.12
HSL 274.29º 0.58% 0.71% -
HSV(B) 274.29º 0.38% 0.88% -
XYZ 43.57 34.83 74.95 -
YUV 163.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 188 140 224 0.16 0.38 0 0.12 274.29 0.58 0.71
Hex BC 8C E0 10 26 0 C 112 3A 47
Octal 274 214 340 20 46 0 14 422 72 107
Binary 10111100 10001100 11100000 10000 100110 0 1100 100010010 111010 1000111

Color Harmonies of #BC8CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CE0

Black with #BC8CE0

Text Example


Text Example

White with #BC8CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CE0; }

 p { color: rgb(188,140,224); }

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

background-color css

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

 a { background-color: rgb(188,140,224); }

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

border-color css

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

 span { border-color: rgb(188,140,224); }

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