Html Css Color HEX #B398EC Biloba Flower

📋 copy color: '#B398EC'

red 179 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #B398EC

Tints of Biloba Flower #B398EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 31.57%
G = 26.81%
B = 41.62%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B398EC (or 0xB398EC) is known color: Biloba Flower. HEX triplet: B3, 98 and EC. RGB value is (179,152,236). Sum of RGB (Red+Green+Blue) = 179+152+236=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #B398EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398EC is #4C6713. Grayscale: #A9A9A9. Windows color (decimal): -5007124 or 15505587. OLE color: 15505587.

HSL color Cylindrical-coordinate representation of color #B398EC: hue angle of 259.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B398EC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 152 236 -
CMYK 0.24 0.36 0 0.07
HSL 259.29º 0.69% 0.76% -
HSV(B) 259.29º 0.36% 0.93% -
XYZ 44.96 38.1 84.34 -
YUV 169.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 179 152 236 0.24 0.36 0 0.07 259.29 0.69 0.76
Hex B3 98 EC 18 24 0 7 103 45 4C
Octal 263 230 354 30 44 0 7 403 105 114
Binary 10110011 10011000 11101100 11000 100100 0 111 100000011 1000101 1001100

Color Harmonies of #B398EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398EC

Black with #B398EC

Text Example


Text Example

White with #B398EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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