Html Css Color HEX #B691DD Biloba Flower

📋 copy color: '#B691DD'

red 182 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #B691DD

Tints of Biloba Flower #B691DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.46%

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

R = 33.21%
G = 26.46%
B = 40.33%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B691DD (or 0xB691DD) is known color: Biloba Flower. HEX triplet: B6, 91 and DD. RGB value is (182,145,221). Sum of RGB (Red+Green+Blue) = 182+145+221=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B691DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691DD is #496E22. Grayscale: #A4A4A4. Windows color (decimal): -4812323 or 14520758. OLE color: 14520758.

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

Color convert

RGB 182 145 221 -
CMYK 0.18 0.34 0 0.13
HSL 269.21º 0.53% 0.72% -
HSV(B) 269.21º 0.34% 0.87% -
XYZ 42.47 35.42 73 -
YUV 164.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 182 145 221 0.18 0.34 0 0.13 269.21 0.53 0.72
Hex B6 91 DD 12 22 0 D 10D 35 48
Octal 266 221 335 22 42 0 15 415 65 110
Binary 10110110 10010001 11011101 10010 100010 0 1101 100001101 110101 1001000

Color Harmonies of #B691DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B691DD

Black with #B691DD

Text Example


Text Example

White with #B691DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B691DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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