Html Css Color HEX #BC93CD Wisteria

📋 copy color: '#BC93CD'

red 188 ◦ green 147 ◦ blue 205

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

Shades of Wisteria #BC93CD

Tints of Wisteria #BC93CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 34.81%
G = 27.22%
B = 37.96%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC93CD (or 0xBC93CD) is known color: Wisteria. HEX triplet: BC, 93 and CD. RGB value is (188,147,205). Sum of RGB (Red+Green+Blue) = 188+147+205=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CD is #436C32. Grayscale: #A5A5A5. Windows color (decimal): -4418611 or 13472700. OLE color: 13472700.

HSL color Cylindrical-coordinate representation of color #BC93CD: hue angle of 282.41º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC93CD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 147 205 -
CMYK 0.08 0.28 0 0.20
HSL 282.41º 0.37% 0.69% -
HSV(B) 282.41º 0.28% 0.8% -
XYZ 42.19 35.97 62.48 -
YUV 165.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 188 147 205 0.08 0.28 0 0.20 282.41 0.37 0.69
Hex BC 93 CD 8 1C 0 14 11A 25 45
Octal 274 223 315 10 34 0 24 432 45 105
Binary 10111100 10010011 11001101 1000 11100 0 10100 100011010 100101 1000101

Color Harmonies of #BC93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93CD

Black with #BC93CD

Text Example


Text Example

White with #BC93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93CD; }

 p { color: rgb(188,147,205); }

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

background-color css

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

 a { background-color: rgb(188,147,205); }

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

border-color css

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

 span { border-color: rgb(188,147,205); }

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