Html Css Color HEX #BC8BDA Wisteria

📋 copy color: '#BC8BDA'

red 188 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #BC8BDA

Tints of Wisteria #BC8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 34.5%
G = 25.5%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC8BDA (or 0xBC8BDA) is known color: Wisteria. HEX triplet: BC, 8B and DA. RGB value is (188,139,218). Sum of RGB (Red+Green+Blue) = 188+139+218=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BDA is #437425. Grayscale: #A2A2A2. Windows color (decimal): -4420646 or 14322620. OLE color: 14322620.

HSL color Cylindrical-coordinate representation of color #BC8BDA: hue angle of 277.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8BDA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 139 218 -
CMYK 0.14 0.36 0 0.15
HSL 277.22º 0.52% 0.7% -
HSV(B) 277.22º 0.36% 0.85% -
XYZ 42.63 34.22 70.69 -
YUV 162.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 188 139 218 0.14 0.36 0 0.15 277.22 0.52 0.7
Hex BC 8B DA E 24 0 F 115 34 46
Octal 274 213 332 16 44 0 17 425 64 106
Binary 10111100 10001011 11011010 1110 100100 0 1111 100010101 110100 1000110

Color Harmonies of #BC8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BDA

Black with #BC8BDA

Text Example


Text Example

White with #BC8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BDA; }

 p { color: rgb(188,139,218); }

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

background-color css

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

 a { background-color: rgb(188,139,218); }

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

border-color css

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

 span { border-color: rgb(188,139,218); }

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