Html Css Color HEX #B297D1 Biloba Flower

📋 copy color: '#B297D1'

red 178 ◦ green 151 ◦ blue 209

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

Shades of Biloba Flower #B297D1

Tints of Biloba Flower #B297D1

RGB

 RED value IS 178 (69.92% from 255) = 33.09%

 GREEN value IS 151 (59.38% from 255) = 28.07%

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

R = 33.09%
G = 28.07%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B297D1 (or 0xB297D1) is known color: Biloba Flower. HEX triplet: B2, 97 and D1. RGB value is (178,151,209). Sum of RGB (Red+Green+Blue) = 178+151+209=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #B297D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297D1 is #4D682E. Grayscale: #A5A5A5. Windows color (decimal): -5072943 or 13735858. OLE color: 13735858.

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

Color convert

RGB 178 151 209 -
CMYK 0.15 0.28 0 0.18
HSL 267.93º 0.39% 0.71% -
HSV(B) 267.93º 0.28% 0.82% -
XYZ 40.94 36.2 65.15 -
YUV 165.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 178 151 209 0.15 0.28 0 0.18 267.93 0.39 0.71
Hex B2 97 D1 F 1C 0 12 10C 27 47
Octal 262 227 321 17 34 0 22 414 47 107
Binary 10110010 10010111 11010001 1111 11100 0 10010 100001100 100111 1000111

Color Harmonies of #B297D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297D1

Black with #B297D1

Text Example


Text Example

White with #B297D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297D1; }

 p { color: rgb(178,151,209); }

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

background-color css

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

 a { background-color: rgb(178,151,209); }

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

border-color css

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

 span { border-color: rgb(178,151,209); }

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