Html Css Color HEX #B690DF Biloba Flower

📋 copy color: '#B690DF'

red 182 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #B690DF

Tints of Biloba Flower #B690DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 33.15%
G = 26.23%
B = 40.62%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B690DF (or 0xB690DF) is known color: Biloba Flower. HEX triplet: B6, 90 and DF. RGB value is (182,144,223). Sum of RGB (Red+Green+Blue) = 182+144+223=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B690DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DF is #496F20. Grayscale: #A4A4A4. Windows color (decimal): -4812577 or 14651574. OLE color: 14651574.

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

Color convert

RGB 182 144 223 -
CMYK 0.18 0.35 0 0.13
HSL 268.86º 0.55% 0.72% -
HSV(B) 268.86º 0.35% 0.87% -
XYZ 42.58 35.22 74.37 -
YUV 164.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 182 144 223 0.18 0.35 0 0.13 268.86 0.55 0.72
Hex B6 90 DF 12 23 0 D 10D 37 48
Octal 266 220 337 22 43 0 15 415 67 110
Binary 10110110 10010000 11011111 10010 100011 0 1101 100001101 110111 1001000

Color Harmonies of #B690DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690DF

Black with #B690DF

Text Example


Text Example

White with #B690DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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