Html Css Color HEX #BC92DD Wisteria

📋 copy color: '#BC92DD'

red 188 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #BC92DD

Tints of Wisteria #BC92DD

RGB

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

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

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

R = 33.87%
G = 26.31%
B = 39.82%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC92DD (or 0xBC92DD) is known color: Wisteria. HEX triplet: BC, 92 and DD. RGB value is (188,146,221). Sum of RGB (Red+Green+Blue) = 188+146+221=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92DD is #436D22. Grayscale: #A6A6A6. Windows color (decimal): -4418851 or 14521020. OLE color: 14521020.

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

Color convert

RGB 188 146 221 -
CMYK 0.15 0.34 0 0.13
HSL 273.6º 0.52% 0.72% -
HSV(B) 273.6º 0.34% 0.87% -
XYZ 44.07 36.47 73.12 -
YUV 167.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 188 146 221 0.15 0.34 0 0.13 273.6 0.52 0.72
Hex BC 92 DD F 22 0 D 112 34 48
Octal 274 222 335 17 42 0 15 422 64 110
Binary 10111100 10010010 11011101 1111 100010 0 1101 100010010 110100 1001000

Color Harmonies of #BC92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92DD

Black with #BC92DD

Text Example


Text Example

White with #BC92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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