Html Css Color HEX #BC8FE0 Wisteria

📋 copy color: '#BC8FE0'

red 188 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #BC8FE0

Tints of Wisteria #BC8FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.77%

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

R = 33.87%
G = 25.77%
B = 40.36%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC8FE0 (or 0xBC8FE0) is known color: Wisteria. HEX triplet: BC, 8F and E0. RGB value is (188,143,224). Sum of RGB (Red+Green+Blue) = 188+143+224=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FE0 is #43701F. Grayscale: #A5A5A5. Windows color (decimal): -4419616 or 14716860. OLE color: 14716860.

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

Color convert

RGB 188 143 224 -
CMYK 0.16 0.36 0 0.12
HSL 273.33º 0.57% 0.72% -
HSV(B) 273.33º 0.36% 0.88% -
XYZ 44.02 35.72 75.1 -
YUV 165.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 188 143 224 0.16 0.36 0 0.12 273.33 0.57 0.72
Hex BC 8F E0 10 24 0 C 111 39 48
Octal 274 217 340 20 44 0 14 421 71 110
Binary 10111100 10001111 11100000 10000 100100 0 1100 100010001 111001 1001000

Color Harmonies of #BC8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FE0

Black with #BC8FE0

Text Example


Text Example

White with #BC8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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