Html Css Color HEX #B680FA Biloba Flower

📋 copy color: '#B680FA'

red 182 ◦ green 128 ◦ blue 250

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

Shades of Biloba Flower #B680FA

Tints of Biloba Flower #B680FA

RGB

 RED value IS 182 (71.48% from 255) = 32.5%

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 32.5%
G = 22.86%
B = 44.64%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B680FA (or 0xB680FA) is known color: Biloba Flower. HEX triplet: B6, 80 and FA. RGB value is (182,128,250). Sum of RGB (Red+Green+Blue) = 182+128+250=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B680FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680FA is #497F05. Grayscale: #9D9D9D. Windows color (decimal): -4816646 or 16416950. OLE color: 16416950.

HSL color Cylindrical-coordinate representation of color #B680FA: hue angle of 266.56º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B680FA is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 128 250 -
CMYK 0.27 0.49 0 0.02
HSL 266.56º 0.92% 0.74% -
HSV(B) 266.56º 0.49% 0.98% -
XYZ 44.27 32.29 94.34 -
YUV 158.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 182 128 250 0.27 0.49 0 0.02 266.56 0.92 0.74
Hex B6 80 FA 1B 31 0 2 10B 5C 4A
Octal 266 200 372 33 61 0 2 413 134 112
Binary 10110110 10000000 11111010 11011 110001 0 10 100001011 1011100 1001010

Color Harmonies of #B680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680FA

Black with #B680FA

Text Example


Text Example

White with #B680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680FA; }

 p { color: rgb(182,128,250); }

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

background-color css

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

 a { background-color: rgb(182,128,250); }

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

border-color css

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

 span { border-color: rgb(182,128,250); }

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