Html Css Color HEX #B295CF Biloba Flower

📋 copy color: '#B295CF'

red 178 ◦ green 149 ◦ blue 207

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

Shades of Biloba Flower #B295CF

Tints of Biloba Flower #B295CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 33.33%
G = 27.9%
B = 38.76%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B295CF (or 0xB295CF) is known color: Biloba Flower. HEX triplet: B2, 95 and CF. RGB value is (178,149,207). Sum of RGB (Red+Green+Blue) = 178+149+207=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #B295CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CF is #4D6A30. Grayscale: #A4A4A4. Windows color (decimal): -5073457 or 13604274. OLE color: 13604274.

HSL color Cylindrical-coordinate representation of color #B295CF: hue angle of 270º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B295CF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 149 207 -
CMYK 0.14 0.28 0 0.19
HSL 270º 0.38% 0.7% -
HSV(B) 270º 0.28% 0.81% -
XYZ 40.37 35.46 63.75 -
YUV 164.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 178 149 207 0.14 0.28 0 0.19 270 0.38 0.7
Hex B2 95 CF E 1C 0 13 10E 26 46
Octal 262 225 317 16 34 0 23 416 46 106
Binary 10110010 10010101 11001111 1110 11100 0 10011 100001110 100110 1000110

Color Harmonies of #B295CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295CF

Black with #B295CF

Text Example


Text Example

White with #B295CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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