Html Css Color HEX #B681F0 Biloba Flower

📋 copy color: '#B681F0'

red 182 ◦ green 129 ◦ blue 240

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

Shades of Biloba Flower #B681F0

Tints of Biloba Flower #B681F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

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

R = 33.03%
G = 23.41%
B = 43.56%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B681F0 (or 0xB681F0) is known color: Biloba Flower. HEX triplet: B6, 81 and F0. RGB value is (182,129,240). Sum of RGB (Red+Green+Blue) = 182+129+240=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #B681F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681F0 is #497E0F. Grayscale: #9D9D9D. Windows color (decimal): -4816400 or 15761846. OLE color: 15761846.

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

Color convert

RGB 182 129 240 -
CMYK 0.24 0.46 0 0.06
HSL 268.65º 0.79% 0.72% -
HSV(B) 268.65º 0.46% 0.94% -
XYZ 42.87 31.94 86.34 -
YUV 157.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 182 129 240 0.24 0.46 0 0.06 268.65 0.79 0.72
Hex B6 81 F0 18 2E 0 6 10D 4F 48
Octal 266 201 360 30 56 0 6 415 117 110
Binary 10110110 10000001 11110000 11000 101110 0 110 100001101 1001111 1001000

Color Harmonies of #B681F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681F0

Black with #B681F0

Text Example


Text Example

White with #B681F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681F0; }

 p { color: rgb(182,129,240); }

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

background-color css

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

 a { background-color: rgb(182,129,240); }

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

border-color css

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

 span { border-color: rgb(182,129,240); }

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