Html Css Color HEX #BC8FE5 Wisteria

📋 copy color: '#BC8FE5'

red 188 ◦ green 143 ◦ blue 229

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

Shades of Wisteria #BC8FE5

Tints of Wisteria #BC8FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 33.57%
G = 25.54%
B = 40.89%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC8FE5 (or 0xBC8FE5) is known color: Wisteria. HEX triplet: BC, 8F and E5. RGB value is (188,143,229). Sum of RGB (Red+Green+Blue) = 188+143+229=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FE5 is #43701A. Grayscale: #A5A5A5. Windows color (decimal): -4419611 or 15044540. OLE color: 15044540.

HSL color Cylindrical-coordinate representation of color #BC8FE5: hue angle of 271.4º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8FE5 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 143 229 -
CMYK 0.18 0.38 0 0.10
HSL 271.4º 0.62% 0.73% -
HSV(B) 271.4º 0.38% 0.9% -
XYZ 44.7 35.99 78.72 -
YUV 166.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 188 143 229 0.18 0.38 0 0.10 271.4 0.62 0.73
Hex BC 8F E5 12 26 0 A 10F 3E 49
Octal 274 217 345 22 46 0 12 417 76 111
Binary 10111100 10001111 11100101 10010 100110 0 1010 100001111 111110 1001001

Color Harmonies of #BC8FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FE5

Black with #BC8FE5

Text Example


Text Example

White with #BC8FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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