Html Css Color HEX #BC8AED Wisteria

📋 copy color: '#BC8AED'

red 188 ◦ green 138 ◦ blue 237

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

Shades of Wisteria #BC8AED

Tints of Wisteria #BC8AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 33.39%
G = 24.51%
B = 42.1%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC8AED (or 0xBC8AED) is known color: Wisteria. HEX triplet: BC, 8A and ED. RGB value is (188,138,237). Sum of RGB (Red+Green+Blue) = 188+138+237=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AED is #437512. Grayscale: #A3A3A3. Windows color (decimal): -4420883 or 15567548. OLE color: 15567548.

HSL color Cylindrical-coordinate representation of color #BC8AED: hue angle of 270.3º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8AED is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 138 237 -
CMYK 0.21 0.42 0 0.07
HSL 270.3º 0.73% 0.74% -
HSV(B) 270.3º 0.42% 0.93% -
XYZ 45.11 34.98 84.5 -
YUV 164.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 188 138 237 0.21 0.42 0 0.07 270.3 0.73 0.74
Hex BC 8A ED 15 2A 0 7 10E 49 4A
Octal 274 212 355 25 52 0 7 416 111 112
Binary 10111100 10001010 11101101 10101 101010 0 111 100001110 1001001 1001010

Color Harmonies of #BC8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AED

Black with #BC8AED

Text Example


Text Example

White with #BC8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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