Html Css Color HEX #B690D9 Biloba Flower

📋 copy color: '#B690D9'

red 182 ◦ green 144 ◦ blue 217

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

Shades of Biloba Flower #B690D9

Tints of Biloba Flower #B690D9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.52%

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 33.52%
G = 26.52%
B = 39.96%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B690D9 (or 0xB690D9) is known color: Biloba Flower. HEX triplet: B6, 90 and D9. RGB value is (182,144,217). Sum of RGB (Red+Green+Blue) = 182+144+217=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #B690D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690D9 is #496F26. Grayscale: #A3A3A3. Windows color (decimal): -4812583 or 14258358. OLE color: 14258358.

HSL color Cylindrical-coordinate representation of color #B690D9: hue angle of 271.23º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B690D9 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 144 217 -
CMYK 0.16 0.34 0 0.15
HSL 271.23º 0.49% 0.71% -
HSV(B) 271.23º 0.34% 0.85% -
XYZ 41.79 34.9 70.18 -
YUV 163.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 182 144 217 0.16 0.34 0 0.15 271.23 0.49 0.71
Hex B6 90 D9 10 22 0 F 10F 31 47
Octal 266 220 331 20 42 0 17 417 61 107
Binary 10110110 10010000 11011001 10000 100010 0 1111 100001111 110001 1000111

Color Harmonies of #B690D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690D9

Black with #B690D9

Text Example


Text Example

White with #B690D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690D9; }

 p { color: rgb(182,144,217); }

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

background-color css

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

 a { background-color: rgb(182,144,217); }

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

border-color css

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

 span { border-color: rgb(182,144,217); }

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