Html Css Color HEX #B295FC Biloba Flower

📋 copy color: '#B295FC'

red 178 ◦ green 149 ◦ blue 252

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

Shades of Biloba Flower #B295FC

Tints of Biloba Flower #B295FC

RGB

 RED value IS 178 (69.92% from 255) = 30.74%

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

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 30.74%
G = 25.73%
B = 43.52%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B295FC (or 0xB295FC) is known color: Biloba Flower. HEX triplet: B2, 95 and FC. RGB value is (178,149,252). Sum of RGB (Red+Green+Blue) = 178+149+252=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #B295FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295FC is #4D6A03. Grayscale: #A9A9A9. Windows color (decimal): -5073412 or 16553394. OLE color: 16553394.

HSL color Cylindrical-coordinate representation of color #B295FC: hue angle of 256.89º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B295FC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 149 252 -
CMYK 0.29 0.41 0 0.01
HSL 256.89º 0.94% 0.79% -
HSV(B) 256.89º 0.41% 0.99% -
XYZ 46.68 37.99 96.97 -
YUV 169.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 178 149 252 0.29 0.41 0 0.01 256.89 0.94 0.79
Hex B2 95 FC 1D 29 0 1 101 5E 4F
Octal 262 225 374 35 51 0 1 401 136 117
Binary 10110010 10010101 11111100 11101 101001 0 1 100000001 1011110 1001111

Color Harmonies of #B295FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295FC

Black with #B295FC

Text Example


Text Example

White with #B295FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295FC; }

 p { color: rgb(178,149,252); }

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

background-color css

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

 a { background-color: rgb(178,149,252); }

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

border-color css

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

 span { border-color: rgb(178,149,252); }

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