Html Css Color HEX #B699F1 Biloba Flower

📋 copy color: '#B699F1'

red 182 ◦ green 153 ◦ blue 241

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

Shades of Biloba Flower #B699F1

Tints of Biloba Flower #B699F1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.56%

 BLUE value IS 241 (94.53% from 255) = 41.84%

R = 31.6%
G = 26.56%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B699F1 (or 0xB699F1) is known color: Biloba Flower. HEX triplet: B6, 99 and F1. RGB value is (182,153,241). Sum of RGB (Red+Green+Blue) = 182+153+241=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #B699F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699F1 is #49660E. Grayscale: #ABABAB. Windows color (decimal): -4810255 or 15833526. OLE color: 15833526.

HSL color Cylindrical-coordinate representation of color #B699F1: hue angle of 259.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B699F1 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 153 241 -
CMYK 0.24 0.37 0 0.05
HSL 259.77º 0.76% 0.77% -
HSV(B) 259.77º 0.37% 0.95% -
XYZ 46.56 39.08 88.31 -
YUV 171.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 182 153 241 0.24 0.37 0 0.05 259.77 0.76 0.77
Hex B6 99 F1 18 25 0 5 104 4C 4D
Octal 266 231 361 30 45 0 5 404 114 115
Binary 10110110 10011001 11110001 11000 100101 0 101 100000100 1001100 1001101

Color Harmonies of #B699F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699F1

Black with #B699F1

Text Example


Text Example

White with #B699F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699F1; }

 p { color: rgb(182,153,241); }

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

background-color css

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

 a { background-color: rgb(182,153,241); }

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

border-color css

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

 span { border-color: rgb(182,153,241); }

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