Html Css Color HEX #BC7FD8 Wisteria

📋 copy color: '#BC7FD8'

red 188 ◦ green 127 ◦ blue 216

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

Shades of Wisteria #BC7FD8

Tints of Wisteria #BC7FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 35.4%
G = 23.92%
B = 40.68%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC7FD8 (or 0xBC7FD8) is known color: Wisteria. HEX triplet: BC, 7F and D8. RGB value is (188,127,216). Sum of RGB (Red+Green+Blue) = 188+127+216=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FD8 is #438027. Grayscale: #9B9B9B. Windows color (decimal): -4423720 or 14188476. OLE color: 14188476.

HSL color Cylindrical-coordinate representation of color #BC7FD8: hue angle of 281.12º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7FD8 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 127 216 -
CMYK 0.13 0.41 0 0.15
HSL 281.12º 0.53% 0.67% -
HSV(B) 281.12º 0.41% 0.85% -
XYZ 40.72 30.83 68.77 -
YUV 155.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 188 127 216 0.13 0.41 0 0.15 281.12 0.53 0.67
Hex BC 7F D8 D 29 0 F 119 35 43
Octal 274 177 330 15 51 0 17 431 65 103
Binary 10111100 1111111 11011000 1101 101001 0 1111 100011001 110101 1000011

Color Harmonies of #BC7FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FD8

Black with #BC7FD8

Text Example


Text Example

White with #BC7FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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