Html Css Color HEX #B298FE Biloba Flower

📋 copy color: '#B298FE'

red 178 ◦ green 152 ◦ blue 254

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

Shades of Biloba Flower #B298FE

Tints of Biloba Flower #B298FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 30.48%
G = 26.03%
B = 43.49%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B298FE (or 0xB298FE) is known color: Biloba Flower. HEX triplet: B2, 98 and FE. RGB value is (178,152,254). Sum of RGB (Red+Green+Blue) = 178+152+254=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #B298FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298FE is #4D6701. Grayscale: #ABABAB. Windows color (decimal): -5072642 or 16685234. OLE color: 16685234.

HSL color Cylindrical-coordinate representation of color #B298FE: hue angle of 255.29º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B298FE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 152 254 -
CMYK 0.30 0.40 0 0.00
HSL 255.29º 0.98% 0.8% -
HSV(B) 255.29º 0.4% 1% -
XYZ 47.48 39.08 98.81 -
YUV 171.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 178 152 254 0.30 0.40 0 0.00 255.29 0.98 0.8
Hex B2 98 FE 1E 28 0 0 FF 62 50
Octal 262 230 376 36 50 0 0 377 142 120
Binary 10110010 10011000 11111110 11110 101000 0 0 11111111 1100010 1010000

Color Harmonies of #B298FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298FE

Black with #B298FE

Text Example


Text Example

White with #B298FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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