Html Css Color HEX #BC86D4 Wisteria

📋 copy color: '#BC86D4'

red 188 ◦ green 134 ◦ blue 212

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

Shades of Wisteria #BC86D4

Tints of Wisteria #BC86D4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.09%

 BLUE value IS 212 (83.2% from 255) = 39.7%

R = 35.21%
G = 25.09%
B = 39.7%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC86D4 (or 0xBC86D4) is known color: Wisteria. HEX triplet: BC, 86 and D4. RGB value is (188,134,212). Sum of RGB (Red+Green+Blue) = 188+134+212=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC86D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D4 is #43792B. Grayscale: #9E9E9E. Windows color (decimal): -4421932 or 13928124. OLE color: 13928124.

HSL color Cylindrical-coordinate representation of color #BC86D4: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC86D4 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 134 212 -
CMYK 0.11 0.37 0 0.17
HSL 281.54º 0.48% 0.68% -
HSV(B) 281.54º 0.37% 0.83% -
XYZ 41.15 32.5 66.39 -
YUV 159.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 188 134 212 0.11 0.37 0 0.17 281.54 0.48 0.68
Hex BC 86 D4 B 25 0 11 11A 30 44
Octal 274 206 324 13 45 0 21 432 60 104
Binary 10111100 10000110 11010100 1011 100101 0 10001 100011010 110000 1000100

Color Harmonies of #BC86D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86D4

Black with #BC86D4

Text Example


Text Example

White with #BC86D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86D4; }

 p { color: rgb(188,134,212); }

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

background-color css

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

 a { background-color: rgb(188,134,212); }

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

border-color css

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

 span { border-color: rgb(188,134,212); }

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