Html Css Color HEX #B398FA Biloba Flower

📋 copy color: '#B398FA'

red 179 ◦ green 152 ◦ blue 250

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

Shades of Biloba Flower #B398FA

Tints of Biloba Flower #B398FA

RGB

 RED value IS 179 (70.31% from 255) = 30.81%

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 30.81%
G = 26.16%
B = 43.03%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B398FA (or 0xB398FA) is known color: Biloba Flower. HEX triplet: B3, 98 and FA. RGB value is (179,152,250). Sum of RGB (Red+Green+Blue) = 179+152+250=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B398FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398FA is #4C6705. Grayscale: #AAAAAA. Windows color (decimal): -5007110 or 16423091. OLE color: 16423091.

HSL color Cylindrical-coordinate representation of color #B398FA: hue angle of 256.53º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B398FA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 152 250 -
CMYK 0.28 0.39 0 0.02
HSL 256.53º 0.91% 0.79% -
HSV(B) 256.53º 0.39% 0.98% -
XYZ 47.07 38.94 95.48 -
YUV 171.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 179 152 250 0.28 0.39 0 0.02 256.53 0.91 0.79
Hex B3 98 FA 1C 27 0 2 101 5B 4F
Octal 263 230 372 34 47 0 2 401 133 117
Binary 10110011 10011000 11111010 11100 100111 0 10 100000001 1011011 1001111

Color Harmonies of #B398FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398FA

Black with #B398FA

Text Example


Text Example

White with #B398FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398FA; }

 p { color: rgb(179,152,250); }

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

background-color css

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

 a { background-color: rgb(179,152,250); }

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

border-color css

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

 span { border-color: rgb(179,152,250); }

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