Html Css Color HEX #B680F2 Biloba Flower

📋 copy color: '#B680F2'

red 182 ◦ green 128 ◦ blue 242

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

Shades of Biloba Flower #B680F2

Tints of Biloba Flower #B680F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 32.97%
G = 23.19%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B680F2 (or 0xB680F2) is known color: Biloba Flower. HEX triplet: B6, 80 and F2. RGB value is (182,128,242). Sum of RGB (Red+Green+Blue) = 182+128+242=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #B680F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680F2 is #497F0D. Grayscale: #9C9C9C. Windows color (decimal): -4816654 or 15892662. OLE color: 15892662.

HSL color Cylindrical-coordinate representation of color #B680F2: hue angle of 268.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B680F2 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 128 242 -
CMYK 0.25 0.47 0 0.05
HSL 268.42º 0.81% 0.73% -
HSV(B) 268.42º 0.47% 0.95% -
XYZ 43.04 31.79 87.87 -
YUV 157.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 182 128 242 0.25 0.47 0 0.05 268.42 0.81 0.73
Hex B6 80 F2 19 2F 0 5 10C 51 49
Octal 266 200 362 31 57 0 5 414 121 111
Binary 10110110 10000000 11110010 11001 101111 0 101 100001100 1010001 1001001

Color Harmonies of #B680F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680F2

Black with #B680F2

Text Example


Text Example

White with #B680F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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