Html Css Color HEX #B695D1 Biloba Flower

📋 copy color: '#B695D1'

red 182 ◦ green 149 ◦ blue 209

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

Shades of Biloba Flower #B695D1

Tints of Biloba Flower #B695D1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.59%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 33.7%
G = 27.59%
B = 38.7%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B695D1 (or 0xB695D1) is known color: Biloba Flower. HEX triplet: B6, 95 and D1. RGB value is (182,149,209). Sum of RGB (Red+Green+Blue) = 182+149+209=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #B695D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695D1 is #496A2E. Grayscale: #A5A5A5. Windows color (decimal): -4811311 or 13735350. OLE color: 13735350.

HSL color Cylindrical-coordinate representation of color #B695D1: hue angle of 273º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B695D1 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 149 209 -
CMYK 0.13 0.29 0 0.18
HSL 273º 0.39% 0.7% -
HSV(B) 273º 0.29% 0.82% -
XYZ 41.55 36.04 65.09 -
YUV 165.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 182 149 209 0.13 0.29 0 0.18 273 0.39 0.7
Hex B6 95 D1 D 1D 0 12 111 27 46
Octal 266 225 321 15 35 0 22 421 47 106
Binary 10110110 10010101 11010001 1101 11101 0 10010 100010001 100111 1000110

Color Harmonies of #B695D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695D1

Black with #B695D1

Text Example


Text Example

White with #B695D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695D1; }

 p { color: rgb(182,149,209); }

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

background-color css

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

 a { background-color: rgb(182,149,209); }

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

border-color css

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

 span { border-color: rgb(182,149,209); }

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