Html Css Color HEX #B398FF Biloba Flower

📋 copy color: '#B398FF'

red 179 ◦ green 152 ◦ blue 255

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

Shades of Biloba Flower #B398FF

Tints of Biloba Flower #B398FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 30.55%
G = 25.94%
B = 43.52%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B398FF (or 0xB398FF) is known color: Biloba Flower. HEX triplet: B3, 98 and FF. RGB value is (179,152,255). Sum of RGB (Red+Green+Blue) = 179+152+255=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B398FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398FF is #4C6700. Grayscale: #ABABAB. Windows color (decimal): -5007105 or 16750771. OLE color: 16750771.

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

Color convert

RGB 179 152 255 -
CMYK 0.30 0.40 0 0
HSL 255.73º 1% 0.8% -
HSV(B) 255.73º 0.4% 1% -
XYZ 47.87 39.26 99.66 -
YUV 171.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 179 152 255 0.30 0.40 0 0 255.73 1 0.8
Hex B3 98 FF 1E 28 0 0 100 64 50
Octal 263 230 377 36 50 0 0 400 144 120
Binary 10110011 10011000 11111111 11110 101000 0 0 100000000 1100100 1010000

Color Harmonies of #B398FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398FF

Black with #B398FF

Text Example


Text Example

White with #B398FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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