Html Css Color HEX #B395F2 Biloba Flower

📋 copy color: '#B395F2'

red 179 ◦ green 149 ◦ blue 242

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

Shades of Biloba Flower #B395F2

Tints of Biloba Flower #B395F2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.14%

 BLUE value IS 242 (94.92% from 255) = 42.46%

R = 31.4%
G = 26.14%
B = 42.46%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B395F2 (or 0xB395F2) is known color: Biloba Flower. HEX triplet: B3, 95 and F2. RGB value is (179,149,242). Sum of RGB (Red+Green+Blue) = 179+149+242=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #B395F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395F2 is #4C6A0D. Grayscale: #A8A8A8. Windows color (decimal): -5007886 or 15898035. OLE color: 15898035.

HSL color Cylindrical-coordinate representation of color #B395F2: hue angle of 259.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B395F2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 149 242 -
CMYK 0.26 0.38 0 0.05
HSL 259.35º 0.78% 0.77% -
HSV(B) 259.35º 0.38% 0.95% -
XYZ 45.36 37.49 88.85 -
YUV 168.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 179 149 242 0.26 0.38 0 0.05 259.35 0.78 0.77
Hex B3 95 F2 1A 26 0 5 103 4E 4D
Octal 263 225 362 32 46 0 5 403 116 115
Binary 10110011 10010101 11110010 11010 100110 0 101 100000011 1001110 1001101

Color Harmonies of #B395F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395F2

Black with #B395F2

Text Example


Text Example

White with #B395F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395F2; }

 p { color: rgb(179,149,242); }

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

background-color css

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

 a { background-color: rgb(179,149,242); }

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

border-color css

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

 span { border-color: rgb(179,149,242); }

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