Html Css Color HEX #BC7FDF Wisteria

📋 copy color: '#BC7FDF'

red 188 ◦ green 127 ◦ blue 223

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

Shades of Wisteria #BC7FDF

Tints of Wisteria #BC7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.61%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 34.94%
G = 23.61%
B = 41.45%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7FDF (or 0xBC7FDF) is known color: Wisteria. HEX triplet: BC, 7F and DF. RGB value is (188,127,223). Sum of RGB (Red+Green+Blue) = 188+127+223=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDF is #438020. Grayscale: #9B9B9B. Windows color (decimal): -4423713 or 14647228. OLE color: 14647228.

HSL color Cylindrical-coordinate representation of color #BC7FDF: hue angle of 278.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7FDF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 127 223 -
CMYK 0.16 0.43 0 0.13
HSL 278.13º 0.6% 0.69% -
HSV(B) 278.13º 0.43% 0.87% -
XYZ 41.65 31.2 73.64 -
YUV 156.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 188 127 223 0.16 0.43 0 0.13 278.13 0.6 0.69
Hex BC 7F DF 10 2B 0 D 116 3C 45
Octal 274 177 337 20 53 0 15 426 74 105
Binary 10111100 1111111 11011111 10000 101011 0 1101 100010110 111100 1000101

Color Harmonies of #BC7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FDF

Black with #BC7FDF

Text Example


Text Example

White with #BC7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FDF; }

 p { color: rgb(188,127,223); }

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

background-color css

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

 a { background-color: rgb(188,127,223); }

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

border-color css

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

 span { border-color: rgb(188,127,223); }

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