Html Css Color HEX #BC88F3 Wisteria

📋 copy color: '#BC88F3'

red 188 ◦ green 136 ◦ blue 243

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

Shades of Wisteria #BC88F3

Tints of Wisteria #BC88F3

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.99%

 BLUE value IS 243 (95.31% from 255) = 42.86%

R = 33.16%
G = 23.99%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC88F3 (or 0xBC88F3) is known color: Wisteria. HEX triplet: BC, 88 and F3. RGB value is (188,136,243). Sum of RGB (Red+Green+Blue) = 188+136+243=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC88F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88F3 is #43770C. Grayscale: #A3A3A3. Windows color (decimal): -4421389 or 15960252. OLE color: 15960252.

HSL color Cylindrical-coordinate representation of color #BC88F3: hue angle of 269.16º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC88F3 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 136 243 -
CMYK 0.23 0.44 0 0.05
HSL 269.16º 0.82% 0.74% -
HSV(B) 269.16º 0.44% 0.95% -
XYZ 45.72 34.77 89.1 -
YUV 163.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 188 136 243 0.23 0.44 0 0.05 269.16 0.82 0.74
Hex BC 88 F3 17 2C 0 5 10D 52 4A
Octal 274 210 363 27 54 0 5 415 122 112
Binary 10111100 10001000 11110011 10111 101100 0 101 100001101 1010010 1001010

Color Harmonies of #BC88F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88F3

Black with #BC88F3

Text Example


Text Example

White with #BC88F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88F3; }

 p { color: rgb(188,136,243); }

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

background-color css

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

 a { background-color: rgb(188,136,243); }

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

border-color css

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

 span { border-color: rgb(188,136,243); }

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