Html Css Color HEX #BC8AF1 Wisteria

📋 copy color: '#BC8AF1'

red 188 ◦ green 138 ◦ blue 241

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

Shades of Wisteria #BC8AF1

Tints of Wisteria #BC8AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 33.16%
G = 24.34%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC8AF1 (or 0xBC8AF1) is known color: Wisteria. HEX triplet: BC, 8A and F1. RGB value is (188,138,241). Sum of RGB (Red+Green+Blue) = 188+138+241=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AF1 is #43750E. Grayscale: #A4A4A4. Windows color (decimal): -4420879 or 15829692. OLE color: 15829692.

HSL color Cylindrical-coordinate representation of color #BC8AF1: hue angle of 269.13º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8AF1 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 138 241 -
CMYK 0.22 0.43 0 0.05
HSL 269.13º 0.79% 0.74% -
HSV(B) 269.13º 0.43% 0.95% -
XYZ 45.7 35.22 87.61 -
YUV 164.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 188 138 241 0.22 0.43 0 0.05 269.13 0.79 0.74
Hex BC 8A F1 16 2B 0 5 10D 4F 4A
Octal 274 212 361 26 53 0 5 415 117 112
Binary 10111100 10001010 11110001 10110 101011 0 101 100001101 1001111 1001010

Color Harmonies of #BC8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AF1

Black with #BC8AF1

Text Example


Text Example

White with #BC8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AF1; }

 p { color: rgb(188,138,241); }

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

background-color css

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

 a { background-color: rgb(188,138,241); }

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

border-color css

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

 span { border-color: rgb(188,138,241); }

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