Html Css Color HEX #B690D8 Biloba Flower

📋 copy color: '#B690D8'

red 182 ◦ green 144 ◦ blue 216

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

Shades of Biloba Flower #B690D8

Tints of Biloba Flower #B690D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 33.58%
G = 26.57%
B = 39.85%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B690D8 (or 0xB690D8) is known color: Biloba Flower. HEX triplet: B6, 90 and D8. RGB value is (182,144,216). Sum of RGB (Red+Green+Blue) = 182+144+216=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #B690D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690D8 is #496F27. Grayscale: #A3A3A3. Windows color (decimal): -4812584 or 14192822. OLE color: 14192822.

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

Color convert

RGB 182 144 216 -
CMYK 0.16 0.33 0 0.15
HSL 271.67º 0.48% 0.71% -
HSV(B) 271.67º 0.33% 0.85% -
XYZ 41.66 34.85 69.5 -
YUV 163.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 182 144 216 0.16 0.33 0 0.15 271.67 0.48 0.71
Hex B6 90 D8 10 21 0 F 110 30 47
Octal 266 220 330 20 41 0 17 420 60 107
Binary 10110110 10010000 11011000 10000 100001 0 1111 100010000 110000 1000111

Color Harmonies of #B690D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690D8

Black with #B690D8

Text Example


Text Example

White with #B690D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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