Html Css Color HEX #B398EF Biloba Flower

📋 copy color: '#B398EF'

red 179 ◦ green 152 ◦ blue 239

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

Shades of Biloba Flower #B398EF

Tints of Biloba Flower #B398EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 31.4%
G = 26.67%
B = 41.93%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B398EF (or 0xB398EF) is known color: Biloba Flower. HEX triplet: B3, 98 and EF. RGB value is (179,152,239). Sum of RGB (Red+Green+Blue) = 179+152+239=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #B398EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398EF is #4C6710. Grayscale: #A9A9A9. Windows color (decimal): -5007121 or 15702195. OLE color: 15702195.

HSL color Cylindrical-coordinate representation of color #B398EF: hue angle of 258.62º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B398EF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 152 239 -
CMYK 0.25 0.36 0 0.06
HSL 258.62º 0.73% 0.77% -
HSV(B) 258.62º 0.36% 0.94% -
XYZ 45.4 38.27 86.66 -
YUV 169.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 179 152 239 0.25 0.36 0 0.06 258.62 0.73 0.77
Hex B3 98 EF 19 24 0 6 103 49 4D
Octal 263 230 357 31 44 0 6 403 111 115
Binary 10110011 10011000 11101111 11001 100100 0 110 100000011 1001001 1001101

Color Harmonies of #B398EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398EF

Black with #B398EF

Text Example


Text Example

White with #B398EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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