Html Css Color HEX #BC93CC Wisteria

📋 copy color: '#BC93CC'

red 188 ◦ green 147 ◦ blue 204

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

Shades of Wisteria #BC93CC

Tints of Wisteria #BC93CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 34.88%
G = 27.27%
B = 37.85%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC93CC (or 0xBC93CC) is known color: Wisteria. HEX triplet: BC, 93 and CC. RGB value is (188,147,204). Sum of RGB (Red+Green+Blue) = 188+147+204=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CC is #436C33. Grayscale: #A5A5A5. Windows color (decimal): -4418612 or 13407164. OLE color: 13407164.

HSL color Cylindrical-coordinate representation of color #BC93CC: hue angle of 283.16º degrees, saturation: 0.36, 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 #BC93CC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 147 204 -
CMYK 0.08 0.28 0 0.2
HSL 283.16º 0.36% 0.69% -
HSV(B) 283.16º 0.28% 0.8% -
XYZ 42.07 35.92 61.84 -
YUV 165.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 188 147 204 0.08 0.28 0 0.2 283.16 0.36 0.69
Hex BC 93 CC 8 1C 0 14 11B 24 45
Octal 274 223 314 10 34 0 24 433 44 105
Binary 10111100 10010011 11001100 1000 11100 0 10100 100011011 100100 1000101

Color Harmonies of #BC93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93CC

Black with #BC93CC

Text Example


Text Example

White with #BC93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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