Html Css Color HEX #BC7FDD Wisteria

📋 copy color: '#BC7FDD'

red 188 ◦ green 127 ◦ blue 221

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

Shades of Wisteria #BC7FDD

Tints of Wisteria #BC7FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 35.07%
G = 23.69%
B = 41.23%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7FDD (or 0xBC7FDD) is known color: Wisteria. HEX triplet: BC, 7F and DD. RGB value is (188,127,221). Sum of RGB (Red+Green+Blue) = 188+127+221=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDD is #438022. Grayscale: #9B9B9B. Windows color (decimal): -4423715 or 14516156. OLE color: 14516156.

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

Color convert

RGB 188 127 221 -
CMYK 0.15 0.43 0 0.13
HSL 278.94º 0.58% 0.68% -
HSV(B) 278.94º 0.43% 0.87% -
XYZ 41.38 31.09 72.23 -
YUV 155.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 188 127 221 0.15 0.43 0 0.13 278.94 0.58 0.68
Hex BC 7F DD F 2B 0 D 117 3A 44
Octal 274 177 335 17 53 0 15 427 72 104
Binary 10111100 1111111 11011101 1111 101011 0 1101 100010111 111010 1000100

Color Harmonies of #BC7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FDD

Black with #BC7FDD

Text Example


Text Example

White with #BC7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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