Html Css Color HEX #B995E2 Biloba Flower

📋 copy color: '#B995E2'

red 185 ◦ green 149 ◦ blue 226

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

Shades of Biloba Flower #B995E2

Tints of Biloba Flower #B995E2

RGB

 RED value IS 185 (72.66% from 255) = 33.04%

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

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 33.04%
G = 26.61%
B = 40.36%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B995E2 (or 0xB995E2) is known color: Biloba Flower. HEX triplet: B9, 95 and E2. RGB value is (185,149,226). Sum of RGB (Red+Green+Blue) = 185+149+226=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #B995E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995E2 is #466A1D. Grayscale: #A8A8A8. Windows color (decimal): -4614686 or 14849465. OLE color: 14849465.

HSL color Cylindrical-coordinate representation of color #B995E2: hue angle of 268.05º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B995E2 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 149 226 -
CMYK 0.18 0.34 0 0.11
HSL 268.05º 0.57% 0.74% -
HSV(B) 268.05º 0.34% 0.89% -
XYZ 44.48 37.3 76.81 -
YUV 168.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 185 149 226 0.18 0.34 0 0.11 268.05 0.57 0.74
Hex B9 95 E2 12 22 0 B 10C 39 4A
Octal 271 225 342 22 42 0 13 414 71 112
Binary 10111001 10010101 11100010 10010 100010 0 1011 100001100 111001 1001010

Color Harmonies of #B995E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995E2

Black with #B995E2

Text Example


Text Example

White with #B995E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995E2; }

 p { color: rgb(185,149,226); }

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

background-color css

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

 a { background-color: rgb(185,149,226); }

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

border-color css

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

 span { border-color: rgb(185,149,226); }

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