Html Css Color HEX #BC7BDE Wisteria

📋 copy color: '#BC7BDE'

red 188 ◦ green 123 ◦ blue 222

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

Shades of Wisteria #BC7BDE

Tints of Wisteria #BC7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 35.27%
G = 23.08%
B = 41.65%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7BDE (or 0xBC7BDE) is known color: Wisteria. HEX triplet: BC, 7B and DE. RGB value is (188,123,222). Sum of RGB (Red+Green+Blue) = 188+123+222=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDE is #438421. Grayscale: #999999. Windows color (decimal): -4424738 or 14580668. OLE color: 14580668.

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

Color convert

RGB 188 123 222 -
CMYK 0.15 0.45 0 0.13
HSL 279.39º 0.6% 0.68% -
HSV(B) 279.39º 0.45% 0.87% -
XYZ 41.01 30.13 72.76 -
YUV 153.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 188 123 222 0.15 0.45 0 0.13 279.39 0.6 0.68
Hex BC 7B DE F 2D 0 D 117 3C 44
Octal 274 173 336 17 55 0 15 427 74 104
Binary 10111100 1111011 11011110 1111 101101 0 1101 100010111 111100 1000100

Color Harmonies of #BC7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BDE

Black with #BC7BDE

Text Example


Text Example

White with #BC7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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