Html Css Color HEX #BC8CE4 Wisteria

📋 copy color: '#BC8CE4'

red 188 ◦ green 140 ◦ blue 228

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

Shades of Wisteria #BC8CE4

Tints of Wisteria #BC8CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 33.81%
G = 25.18%
B = 41.01%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC8CE4 (or 0xBC8CE4) is known color: Wisteria. HEX triplet: BC, 8C and E4. RGB value is (188,140,228). Sum of RGB (Red+Green+Blue) = 188+140+228=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE4 is #43731B. Grayscale: #A4A4A4. Windows color (decimal): -4420380 or 14978236. OLE color: 14978236.

HSL color Cylindrical-coordinate representation of color #BC8CE4: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8CE4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 140 228 -
CMYK 0.18 0.39 0 0.11
HSL 272.73º 0.62% 0.72% -
HSV(B) 272.73º 0.39% 0.89% -
XYZ 44.12 35.05 77.84 -
YUV 164.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 188 140 228 0.18 0.39 0 0.11 272.73 0.62 0.72
Hex BC 8C E4 12 27 0 B 111 3E 48
Octal 274 214 344 22 47 0 13 421 76 110
Binary 10111100 10001100 11100100 10010 100111 0 1011 100010001 111110 1001000

Color Harmonies of #BC8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CE4

Black with #BC8CE4

Text Example


Text Example

White with #BC8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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