Html Css Color HEX #B298F3 Biloba Flower

📋 copy color: '#B298F3'

red 178 ◦ green 152 ◦ blue 243

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

Shades of Biloba Flower #B298F3

Tints of Biloba Flower #B298F3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.53%

 BLUE value IS 243 (95.31% from 255) = 42.41%

R = 31.06%
G = 26.53%
B = 42.41%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B298F3 (or 0xB298F3) is known color: Biloba Flower. HEX triplet: B2, 98 and F3. RGB value is (178,152,243). Sum of RGB (Red+Green+Blue) = 178+152+243=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #B298F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298F3 is #4D670C. Grayscale: #A9A9A9. Windows color (decimal): -5072653 or 15964338. OLE color: 15964338.

HSL color Cylindrical-coordinate representation of color #B298F3: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B298F3 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 152 243 -
CMYK 0.27 0.37 0 0.05
HSL 257.14º 0.79% 0.77% -
HSV(B) 257.14º 0.37% 0.95% -
XYZ 45.77 38.39 89.79 -
YUV 170.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 178 152 243 0.27 0.37 0 0.05 257.14 0.79 0.77
Hex B2 98 F3 1B 25 0 5 101 4F 4D
Octal 262 230 363 33 45 0 5 401 117 115
Binary 10110010 10011000 11110011 11011 100101 0 101 100000001 1001111 1001101

Color Harmonies of #B298F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298F3

Black with #B298F3

Text Example


Text Example

White with #B298F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298F3; }

 p { color: rgb(178,152,243); }

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

background-color css

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

 a { background-color: rgb(178,152,243); }

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

border-color css

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

 span { border-color: rgb(178,152,243); }

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