Html Css Color HEX #BC80F0 Wisteria

📋 copy color: '#BC80F0'

red 188 ◦ green 128 ◦ blue 240

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

Shades of Wisteria #BC80F0

Tints of Wisteria #BC80F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.02%

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 33.81%
G = 23.02%
B = 43.17%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC80F0 (or 0xBC80F0) is known color: Wisteria. HEX triplet: BC, 80 and F0. RGB value is (188,128,240). Sum of RGB (Red+Green+Blue) = 188+128+240=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F0 is #437F0F. Grayscale: #9E9E9E. Windows color (decimal): -4423440 or 15761596. OLE color: 15761596.

HSL color Cylindrical-coordinate representation of color #BC80F0: hue angle of 272.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC80F0 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 128 240 -
CMYK 0.22 0.47 0 0.06
HSL 272.14º 0.79% 0.72% -
HSV(B) 272.14º 0.47% 0.94% -
XYZ 44.19 32.42 86.37 -
YUV 158.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 188 128 240 0.22 0.47 0 0.06 272.14 0.79 0.72
Hex BC 80 F0 16 2F 0 6 110 4F 48
Octal 274 200 360 26 57 0 6 420 117 110
Binary 10111100 10000000 11110000 10110 101111 0 110 100010000 1001111 1001000

Color Harmonies of #BC80F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80F0

Black with #BC80F0

Text Example


Text Example

White with #BC80F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80F0; }

 p { color: rgb(188,128,240); }

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

background-color css

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

 a { background-color: rgb(188,128,240); }

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

border-color css

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

 span { border-color: rgb(188,128,240); }

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