Html Css Color HEX #BC88FC Wisteria

📋 copy color: '#BC88FC'

red 188 ◦ green 136 ◦ blue 252

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

Shades of Wisteria #BC88FC

Tints of Wisteria #BC88FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 32.64%
G = 23.61%
B = 43.75%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC88FC (or 0xBC88FC) is known color: Wisteria. HEX triplet: BC, 88 and FC. RGB value is (188,136,252). Sum of RGB (Red+Green+Blue) = 188+136+252=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88FC is #437703. Grayscale: #A4A4A4. Windows color (decimal): -4421380 or 16550076. OLE color: 16550076.

HSL color Cylindrical-coordinate representation of color #BC88FC: hue angle of 266.9º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC88FC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 136 252 -
CMYK 0.25 0.46 0 0.01
HSL 266.9º 0.95% 0.76% -
HSV(B) 266.9º 0.46% 0.99% -
XYZ 47.11 35.33 96.43 -
YUV 164.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 188 136 252 0.25 0.46 0 0.01 266.9 0.95 0.76
Hex BC 88 FC 19 2E 0 1 10B 5F 4C
Octal 274 210 374 31 56 0 1 413 137 114
Binary 10111100 10001000 11111100 11001 101110 0 1 100001011 1011111 1001100

Color Harmonies of #BC88FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88FC

Black with #BC88FC

Text Example


Text Example

White with #BC88FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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