Html Css Color HEX #BC8BDE Wisteria

📋 copy color: '#BC8BDE'

red 188 ◦ green 139 ◦ blue 222

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

Shades of Wisteria #BC8BDE

Tints of Wisteria #BC8BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 34.24%
G = 25.32%
B = 40.44%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC8BDE (or 0xBC8BDE) is known color: Wisteria. HEX triplet: BC, 8B and DE. RGB value is (188,139,222). Sum of RGB (Red+Green+Blue) = 188+139+222=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BDE is #437421. Grayscale: #A2A2A2. Windows color (decimal): -4420642 or 14584764. OLE color: 14584764.

HSL color Cylindrical-coordinate representation of color #BC8BDE: hue angle of 275.42º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8BDE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 139 222 -
CMYK 0.15 0.37 0 0.13
HSL 275.42º 0.56% 0.71% -
HSV(B) 275.42º 0.37% 0.87% -
XYZ 43.16 34.43 73.48 -
YUV 163.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 188 139 222 0.15 0.37 0 0.13 275.42 0.56 0.71
Hex BC 8B DE F 25 0 D 113 38 47
Octal 274 213 336 17 45 0 15 423 70 107
Binary 10111100 10001011 11011110 1111 100101 0 1101 100010011 111000 1000111

Color Harmonies of #BC8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BDE

Black with #BC8BDE

Text Example


Text Example

White with #BC8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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