Html Css Color HEX #B195CC Biloba Flower

📋 copy color: '#B195CC'

red 177 ◦ green 149 ◦ blue 204

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

Shades of Biloba Flower #B195CC

Tints of Biloba Flower #B195CC

RGB

 RED value IS 177 (69.53% from 255) = 33.4%

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

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

R = 33.4%
G = 28.11%
B = 38.49%

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

#B195CC (or 0xB195CC) is known color: Biloba Flower. HEX triplet: B1, 95 and CC. RGB value is (177,149,204). Sum of RGB (Red+Green+Blue) = 177+149+204=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B195CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195CC is #4E6A33. Grayscale: #A3A3A3. Windows color (decimal): -5138996 or 13407665. OLE color: 13407665.

HSL color Cylindrical-coordinate representation of color #B195CC: hue angle of 270.55º 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 #B195CC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 149 204 -
CMYK 0.13 0.27 0 0.2
HSL 270.55º 0.35% 0.69% -
HSV(B) 270.55º 0.27% 0.8% -
XYZ 39.78 35.2 61.82 -
YUV 163.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 177 149 204 0.13 0.27 0 0.2 270.55 0.35 0.69
Hex B1 95 CC D 1B 0 14 10F 23 45
Octal 261 225 314 15 33 0 24 417 43 105
Binary 10110001 10010101 11001100 1101 11011 0 10100 100001111 100011 1000101

Color Harmonies of #B195CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195CC

Black with #B195CC

Text Example


Text Example

White with #B195CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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