Html Css Color HEX #BC7BDD Wisteria

📋 copy color: '#BC7BDD'

red 188 ◦ green 123 ◦ blue 221

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

Shades of Wisteria #BC7BDD

Tints of Wisteria #BC7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

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

R = 35.34%
G = 23.12%
B = 41.54%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7BDD (or 0xBC7BDD) is known color: Wisteria. HEX triplet: BC, 7B and DD. RGB value is (188,123,221). Sum of RGB (Red+Green+Blue) = 188+123+221=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDD is #438422. Grayscale: #999999. Windows color (decimal): -4424739 or 14515132. OLE color: 14515132.

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

Color convert

RGB 188 123 221 -
CMYK 0.15 0.44 0 0.13
HSL 279.8º 0.59% 0.67% -
HSV(B) 279.8º 0.44% 0.87% -
XYZ 40.87 30.08 72.06 -
YUV 153.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 188 123 221 0.15 0.44 0 0.13 279.8 0.59 0.67
Hex BC 7B DD F 2C 0 D 118 3B 43
Octal 274 173 335 17 54 0 15 430 73 103
Binary 10111100 1111011 11011101 1111 101100 0 1101 100011000 111011 1000011

Color Harmonies of #BC7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BDD

Black with #BC7BDD

Text Example


Text Example

White with #BC7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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