Html Css Color HEX #BC93CB Wisteria

📋 copy color: '#BC93CB'

red 188 ◦ green 147 ◦ blue 203

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

Shades of Wisteria #BC93CB

Tints of Wisteria #BC93CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 34.94%
G = 27.32%
B = 37.73%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC93CB (or 0xBC93CB) is known color: Wisteria. HEX triplet: BC, 93 and CB. RGB value is (188,147,203). Sum of RGB (Red+Green+Blue) = 188+147+203=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CB is #436C34. Grayscale: #A5A5A5. Windows color (decimal): -4418613 or 13341628. OLE color: 13341628.

HSL color Cylindrical-coordinate representation of color #BC93CB: hue angle of 283.93º degrees, saturation: 0.35, 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 #BC93CB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 147 203 -
CMYK 0.07 0.28 0 0.20
HSL 283.93º 0.35% 0.69% -
HSV(B) 283.93º 0.28% 0.8% -
XYZ 41.95 35.87 61.21 -
YUV 165.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 188 147 203 0.07 0.28 0 0.20 283.93 0.35 0.69
Hex BC 93 CB 7 1C 0 14 11C 23 45
Octal 274 223 313 7 34 0 24 434 43 105
Binary 10111100 10010011 11001011 111 11100 0 10100 100011100 100011 1000101

Color Harmonies of #BC93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93CB

Black with #BC93CB

Text Example


Text Example

White with #BC93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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