Html Css Color HEX #B690D7 Biloba Flower

📋 copy color: '#B690D7'

red 182 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #B690D7

Tints of Biloba Flower #B690D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 33.64%
G = 26.62%
B = 39.74%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B690D7 (or 0xB690D7) is known color: Biloba Flower. HEX triplet: B6, 90 and D7. RGB value is (182,144,215). Sum of RGB (Red+Green+Blue) = 182+144+215=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #B690D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690D7 is #496F28. Grayscale: #A3A3A3. Windows color (decimal): -4812585 or 14127286. OLE color: 14127286.

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

Color convert

RGB 182 144 215 -
CMYK 0.15 0.33 0 0.16
HSL 272.11º 0.47% 0.7% -
HSV(B) 272.11º 0.33% 0.84% -
XYZ 41.53 34.8 68.82 -
YUV 163.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 182 144 215 0.15 0.33 0 0.16 272.11 0.47 0.7
Hex B6 90 D7 F 21 0 10 110 2F 46
Octal 266 220 327 17 41 0 20 420 57 106
Binary 10110110 10010000 11010111 1111 100001 0 10000 100010000 101111 1000110

Color Harmonies of #B690D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690D7

Black with #B690D7

Text Example


Text Example

White with #B690D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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