Html Css Color HEX #B995E0 Biloba Flower

📋 copy color: '#B995E0'

red 185 ◦ green 149 ◦ blue 224

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

Shades of Biloba Flower #B995E0

Tints of Biloba Flower #B995E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 33.15%
G = 26.7%
B = 40.14%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B995E0 (or 0xB995E0) is known color: Biloba Flower. HEX triplet: B9, 95 and E0. RGB value is (185,149,224). Sum of RGB (Red+Green+Blue) = 185+149+224=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #B995E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995E0 is #466A1F. Grayscale: #A8A8A8. Windows color (decimal): -4614688 or 14718393. OLE color: 14718393.

HSL color Cylindrical-coordinate representation of color #B995E0: hue angle of 268.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B995E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 149 224 -
CMYK 0.17 0.33 0 0.12
HSL 268.8º 0.55% 0.73% -
HSV(B) 268.8º 0.33% 0.88% -
XYZ 44.21 37.19 75.37 -
YUV 168.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 185 149 224 0.17 0.33 0 0.12 268.8 0.55 0.73
Hex B9 95 E0 11 21 0 C 10D 37 49
Octal 271 225 340 21 41 0 14 415 67 111
Binary 10111001 10010101 11100000 10001 100001 0 1100 100001101 110111 1001001

Color Harmonies of #B995E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995E0

Black with #B995E0

Text Example


Text Example

White with #B995E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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