Html Css Color HEX #BC8AF7 Wisteria

📋 copy color: '#BC8AF7'

red 188 ◦ green 138 ◦ blue 247

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

Shades of Wisteria #BC8AF7

Tints of Wisteria #BC8AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.11%

R = 32.81%
G = 24.08%
B = 43.11%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC8AF7 (or 0xBC8AF7) is known color: Wisteria. HEX triplet: BC, 8A and F7. RGB value is (188,138,247). Sum of RGB (Red+Green+Blue) = 188+138+247=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC8AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AF7 is #437508. Grayscale: #A4A4A4. Windows color (decimal): -4420873 or 16222908. OLE color: 16222908.

HSL color Cylindrical-coordinate representation of color #BC8AF7: hue angle of 267.52º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8AF7 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 138 247 -
CMYK 0.24 0.44 0 0.03
HSL 267.52º 0.87% 0.75% -
HSV(B) 267.52º 0.44% 0.97% -
XYZ 46.62 35.58 92.41 -
YUV 165.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 188 138 247 0.24 0.44 0 0.03 267.52 0.87 0.75
Hex BC 8A F7 18 2C 0 3 10C 57 4B
Octal 274 212 367 30 54 0 3 414 127 113
Binary 10111100 10001010 11110111 11000 101100 0 11 100001100 1010111 1001011

Color Harmonies of #BC8AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AF7

Black with #BC8AF7

Text Example


Text Example

White with #BC8AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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