Html Css Color HEX #B297D3 Biloba Flower

📋 copy color: '#B297D3'

red 178 ◦ green 151 ◦ blue 211

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

Shades of Biloba Flower #B297D3

Tints of Biloba Flower #B297D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 32.96%
G = 27.96%
B = 39.07%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B297D3 (or 0xB297D3) is known color: Biloba Flower. HEX triplet: B2, 97 and D3. RGB value is (178,151,211). Sum of RGB (Red+Green+Blue) = 178+151+211=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #B297D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297D3 is #4D682C. Grayscale: #A5A5A5. Windows color (decimal): -5072941 or 13866930. OLE color: 13866930.

HSL color Cylindrical-coordinate representation of color #B297D3: hue angle of 267º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B297D3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 151 211 -
CMYK 0.16 0.28 0 0.17
HSL 267º 0.41% 0.71% -
HSV(B) 267º 0.28% 0.83% -
XYZ 41.18 36.3 66.46 -
YUV 165.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 178 151 211 0.16 0.28 0 0.17 267 0.41 0.71
Hex B2 97 D3 10 1C 0 11 10B 29 47
Octal 262 227 323 20 34 0 21 413 51 107
Binary 10110010 10010111 11010011 10000 11100 0 10001 100001011 101001 1000111

Color Harmonies of #B297D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297D3

Black with #B297D3

Text Example


Text Example

White with #B297D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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