Html Css Color HEX #B297ED Biloba Flower

📋 copy color: '#B297ED'

red 178 ◦ green 151 ◦ blue 237

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

Shades of Biloba Flower #B297ED

Tints of Biloba Flower #B297ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 31.45%
G = 26.68%
B = 41.87%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B297ED (or 0xB297ED) is known color: Biloba Flower. HEX triplet: B2, 97 and ED. RGB value is (178,151,237). Sum of RGB (Red+Green+Blue) = 178+151+237=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #B297ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297ED is #4D6812. Grayscale: #A8A8A8. Windows color (decimal): -5072915 or 15570866. OLE color: 15570866.

HSL color Cylindrical-coordinate representation of color #B297ED: hue angle of 258.84º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B297ED is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 151 237 -
CMYK 0.25 0.36 0 0.07
HSL 258.84º 0.7% 0.76% -
HSV(B) 258.84º 0.36% 0.93% -
XYZ 44.71 37.71 85.04 -
YUV 168.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 178 151 237 0.25 0.36 0 0.07 258.84 0.7 0.76
Hex B2 97 ED 19 24 0 7 103 46 4C
Octal 262 227 355 31 44 0 7 403 106 114
Binary 10110010 10010111 11101101 11001 100100 0 111 100000011 1000110 1001100

Color Harmonies of #B297ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297ED

Black with #B297ED

Text Example


Text Example

White with #B297ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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