Html Css Color HEX #B681DE Biloba Flower

📋 copy color: '#B681DE'

red 182 ◦ green 129 ◦ blue 222

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

Shades of Biloba Flower #B681DE

Tints of Biloba Flower #B681DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 34.15%
G = 24.2%
B = 41.65%

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

#B681DE (or 0xB681DE) is known color: Biloba Flower. HEX triplet: B6, 81 and DE. RGB value is (182,129,222). Sum of RGB (Red+Green+Blue) = 182+129+222=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #B681DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681DE is #497E21. Grayscale: #9B9B9B. Windows color (decimal): -4816418 or 14582198. OLE color: 14582198.

HSL color Cylindrical-coordinate representation of color #B681DE: hue angle of 274.19º degrees, saturation: 0.58, 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 #B681DE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 129 222 -
CMYK 0.18 0.42 0 0.13
HSL 274.19º 0.58% 0.69% -
HSV(B) 274.19º 0.42% 0.87% -
XYZ 40.33 30.92 72.95 -
YUV 155.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 182 129 222 0.18 0.42 0 0.13 274.19 0.58 0.69
Hex B6 81 DE 12 2A 0 D 112 3A 45
Octal 266 201 336 22 52 0 15 422 72 105
Binary 10110110 10000001 11011110 10010 101010 0 1101 100010010 111010 1000101

Color Harmonies of #B681DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681DE

Black with #B681DE

Text Example


Text Example

White with #B681DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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