Html Css Color HEX #B681DD Biloba Flower

📋 copy color: '#B681DD'

red 182 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B681DD

Tints of Biloba Flower #B681DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 34.21%
G = 24.25%
B = 41.54%

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

#B681DD (or 0xB681DD) is known color: Biloba Flower. HEX triplet: B6, 81 and DD. RGB value is (182,129,221). Sum of RGB (Red+Green+Blue) = 182+129+221=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B681DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681DD is #497E22. Grayscale: #9B9B9B. Windows color (decimal): -4816419 or 14516662. OLE color: 14516662.

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

Color convert

RGB 182 129 221 -
CMYK 0.18 0.42 0 0.13
HSL 274.57º 0.58% 0.69% -
HSV(B) 274.57º 0.42% 0.87% -
XYZ 40.19 30.87 72.25 -
YUV 155.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 182 129 221 0.18 0.42 0 0.13 274.57 0.58 0.69
Hex B6 81 DD 12 2A 0 D 113 3A 45
Octal 266 201 335 22 52 0 15 423 72 105
Binary 10110110 10000001 11011101 10010 101010 0 1101 100010011 111010 1000101

Color Harmonies of #B681DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681DD

Black with #B681DD

Text Example


Text Example

White with #B681DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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