Html Css Color HEX #B681DF Biloba Flower

📋 copy color: '#B681DF'

red 182 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #B681DF

Tints of Biloba Flower #B681DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 34.08%
G = 24.16%
B = 41.76%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B681DF (or 0xB681DF) is known color: Biloba Flower. HEX triplet: B6, 81 and DF. RGB value is (182,129,223). Sum of RGB (Red+Green+Blue) = 182+129+223=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B681DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681DF is #497E20. Grayscale: #9B9B9B. Windows color (decimal): -4816417 or 14647734. OLE color: 14647734.

HSL color Cylindrical-coordinate representation of color #B681DF: hue angle of 273.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B681DF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 129 223 -
CMYK 0.18 0.42 0 0.13
HSL 273.83º 0.59% 0.69% -
HSV(B) 273.83º 0.42% 0.87% -
XYZ 40.46 30.97 73.66 -
YUV 155.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 182 129 223 0.18 0.42 0 0.13 273.83 0.59 0.69
Hex B6 81 DF 12 2A 0 D 112 3B 45
Octal 266 201 337 22 52 0 15 422 73 105
Binary 10110110 10000001 11011111 10010 101010 0 1101 100010010 111011 1000101

Color Harmonies of #B681DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681DF

Black with #B681DF

Text Example


Text Example

White with #B681DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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