Html Css Color HEX #BC7CDA Wisteria

📋 copy color: '#BC7CDA'

red 188 ◦ green 124 ◦ blue 218

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

Shades of Wisteria #BC7CDA

Tints of Wisteria #BC7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 35.47%
G = 23.4%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC7CDA (or 0xBC7CDA) is known color: Wisteria. HEX triplet: BC, 7C and DA. RGB value is (188,124,218). Sum of RGB (Red+Green+Blue) = 188+124+218=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CDA is #438325. Grayscale: #999999. Windows color (decimal): -4424486 or 14318780. OLE color: 14318780.

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

Color convert

RGB 188 124 218 -
CMYK 0.14 0.43 0 0.15
HSL 280.85º 0.56% 0.67% -
HSV(B) 280.85º 0.43% 0.85% -
XYZ 40.6 30.17 70.01 -
YUV 153.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 188 124 218 0.14 0.43 0 0.15 280.85 0.56 0.67
Hex BC 7C DA E 2B 0 F 119 38 43
Octal 274 174 332 16 53 0 17 431 70 103
Binary 10111100 1111100 11011010 1110 101011 0 1111 100011001 111000 1000011

Color Harmonies of #BC7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CDA

Black with #BC7CDA

Text Example


Text Example

White with #BC7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CDA; }

 p { color: rgb(188,124,218); }

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

background-color css

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

 a { background-color: rgb(188,124,218); }

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

border-color css

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

 span { border-color: rgb(188,124,218); }

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