Html Css Color HEX #B995E5 Biloba Flower

📋 copy color: '#B995E5'

red 185 ◦ green 149 ◦ blue 229

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

Shades of Biloba Flower #B995E5

Tints of Biloba Flower #B995E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 32.86%
G = 26.47%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B995E5 (or 0xB995E5) is known color: Biloba Flower. HEX triplet: B9, 95 and E5. RGB value is (185,149,229). Sum of RGB (Red+Green+Blue) = 185+149+229=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #B995E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995E5 is #466A1A. Grayscale: #A8A8A8. Windows color (decimal): -4614683 or 15046073. OLE color: 15046073.

HSL color Cylindrical-coordinate representation of color #B995E5: hue angle of 267º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B995E5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 149 229 -
CMYK 0.19 0.35 0 0.10
HSL 267º 0.61% 0.74% -
HSV(B) 267º 0.35% 0.9% -
XYZ 44.9 37.47 78.99 -
YUV 168.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 185 149 229 0.19 0.35 0 0.10 267 0.61 0.74
Hex B9 95 E5 13 23 0 A 10B 3D 4A
Octal 271 225 345 23 43 0 12 413 75 112
Binary 10111001 10010101 11100101 10011 100011 0 1010 100001011 111101 1001010

Color Harmonies of #B995E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995E5

Black with #B995E5

Text Example


Text Example

White with #B995E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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