Html Css Color HEX #B682F0 Biloba Flower

📋 copy color: '#B682F0'

red 182 ◦ green 130 ◦ blue 240

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

Shades of Biloba Flower #B682F0

Tints of Biloba Flower #B682F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.55%

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

R = 32.97%
G = 23.55%
B = 43.48%

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

#B682F0 (or 0xB682F0) is known color: Biloba Flower. HEX triplet: B6, 82 and F0. RGB value is (182,130,240). Sum of RGB (Red+Green+Blue) = 182+130+240=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #B682F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682F0 is #497D0F. Grayscale: #9D9D9D. Windows color (decimal): -4816144 or 15762102. OLE color: 15762102.

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

Color convert

RGB 182 130 240 -
CMYK 0.24 0.46 0 0.06
HSL 268.36º 0.79% 0.73% -
HSV(B) 268.36º 0.46% 0.94% -
XYZ 43 32.2 86.39 -
YUV 158.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 182 130 240 0.24 0.46 0 0.06 268.36 0.79 0.73
Hex B6 82 F0 18 2E 0 6 10C 4F 49
Octal 266 202 360 30 56 0 6 414 117 111
Binary 10110110 10000010 11110000 11000 101110 0 110 100001100 1001111 1001001

Color Harmonies of #B682F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682F0

Black with #B682F0

Text Example


Text Example

White with #B682F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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