Html Css Color HEX #BC92D7 Wisteria

📋 copy color: '#BC92D7'

red 188 ◦ green 146 ◦ blue 215

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

Shades of Wisteria #BC92D7

Tints of Wisteria #BC92D7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.59%

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 34.24%
G = 26.59%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC92D7 (or 0xBC92D7) is known color: Wisteria. HEX triplet: BC, 92 and D7. RGB value is (188,146,215). Sum of RGB (Red+Green+Blue) = 188+146+215=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92D7 is #436D28. Grayscale: #A6A6A6. Windows color (decimal): -4418857 or 14127804. OLE color: 14127804.

HSL color Cylindrical-coordinate representation of color #BC92D7: hue angle of 276.52º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC92D7 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 146 215 -
CMYK 0.13 0.32 0 0.16
HSL 276.52º 0.46% 0.71% -
HSV(B) 276.52º 0.32% 0.84% -
XYZ 43.28 36.16 68.99 -
YUV 166.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 188 146 215 0.13 0.32 0 0.16 276.52 0.46 0.71
Hex BC 92 D7 D 20 0 10 115 2E 47
Octal 274 222 327 15 40 0 20 425 56 107
Binary 10111100 10010010 11010111 1101 100000 0 10000 100010101 101110 1000111

Color Harmonies of #BC92D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92D7

Black with #BC92D7

Text Example


Text Example

White with #BC92D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92D7; }

 p { color: rgb(188,146,215); }

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

background-color css

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

 a { background-color: rgb(188,146,215); }

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

border-color css

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

 span { border-color: rgb(188,146,215); }

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