Html Css Color HEX #BC8AEA Wisteria

📋 copy color: '#BC8AEA'

red 188 ◦ green 138 ◦ blue 234

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

Shades of Wisteria #BC8AEA

Tints of Wisteria #BC8AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 33.57%
G = 24.64%
B = 41.79%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC8AEA (or 0xBC8AEA) is known color: Wisteria. HEX triplet: BC, 8A and EA. RGB value is (188,138,234). Sum of RGB (Red+Green+Blue) = 188+138+234=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AEA is #437515. Grayscale: #A3A3A3. Windows color (decimal): -4420886 or 15370940. OLE color: 15370940.

HSL color Cylindrical-coordinate representation of color #BC8AEA: hue angle of 271.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8AEA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 138 234 -
CMYK 0.20 0.41 0 0.08
HSL 271.25º 0.7% 0.73% -
HSV(B) 271.25º 0.41% 0.92% -
XYZ 44.68 34.81 82.21 -
YUV 163.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 188 138 234 0.20 0.41 0 0.08 271.25 0.7 0.73
Hex BC 8A EA 14 29 0 8 10F 46 49
Octal 274 212 352 24 51 0 10 417 106 111
Binary 10111100 10001010 11101010 10100 101001 0 1000 100001111 1000110 1001001

Color Harmonies of #BC8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AEA

Black with #BC8AEA

Text Example


Text Example

White with #BC8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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