Html Css Color HEX #B295CC Biloba Flower

📋 copy color: '#B295CC'

red 178 ◦ green 149 ◦ blue 204

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

Shades of Biloba Flower #B295CC

Tints of Biloba Flower #B295CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 33.52%
G = 28.06%
B = 38.42%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B295CC (or 0xB295CC) is known color: Biloba Flower. HEX triplet: B2, 95 and CC. RGB value is (178,149,204). Sum of RGB (Red+Green+Blue) = 178+149+204=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #B295CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CC is #4D6A33. Grayscale: #A3A3A3. Windows color (decimal): -5073460 or 13407666. OLE color: 13407666.

HSL color Cylindrical-coordinate representation of color #B295CC: hue angle of 271.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B295CC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 149 204 -
CMYK 0.13 0.27 0 0.2
HSL 271.64º 0.35% 0.69% -
HSV(B) 271.64º 0.27% 0.8% -
XYZ 40.01 35.32 61.84 -
YUV 163.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 178 149 204 0.13 0.27 0 0.2 271.64 0.35 0.69
Hex B2 95 CC D 1B 0 14 110 23 45
Octal 262 225 314 15 33 0 24 420 43 105
Binary 10110010 10010101 11001100 1101 11011 0 10100 100010000 100011 1000101

Color Harmonies of #B295CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295CC

Black with #B295CC

Text Example


Text Example

White with #B295CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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