Html Css Color HEX #B695D7 Biloba Flower

📋 copy color: '#B695D7'

red 182 ◦ green 149 ◦ blue 215

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

Shades of Biloba Flower #B695D7

Tints of Biloba Flower #B695D7

RGB

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

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

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

R = 33.33%
G = 27.29%
B = 39.38%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B695D7 (or 0xB695D7) is known color: Biloba Flower. HEX triplet: B6, 95 and D7. RGB value is (182,149,215). Sum of RGB (Red+Green+Blue) = 182+149+215=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #B695D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695D7 is #496A28. Grayscale: #A6A6A6. Windows color (decimal): -4811305 or 14128566. OLE color: 14128566.

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

Color convert

RGB 182 149 215 -
CMYK 0.15 0.31 0 0.16
HSL 270º 0.45% 0.71% -
HSV(B) 270º 0.31% 0.84% -
XYZ 42.3 36.35 69.08 -
YUV 166.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 182 149 215 0.15 0.31 0 0.16 270 0.45 0.71
Hex B6 95 D7 F 1F 0 10 10E 2D 47
Octal 266 225 327 17 37 0 20 416 55 107
Binary 10110110 10010101 11010111 1111 11111 0 10000 100001110 101101 1000111

Color Harmonies of #B695D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695D7

Black with #B695D7

Text Example


Text Example

White with #B695D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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