Html Css Color HEX #B995EA Biloba Flower

📋 copy color: '#B995EA'

red 185 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #B995EA

Tints of Biloba Flower #B995EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 32.57%
G = 26.23%
B = 41.2%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B995EA (or 0xB995EA) is known color: Biloba Flower. HEX triplet: B9, 95 and EA. RGB value is (185,149,234). Sum of RGB (Red+Green+Blue) = 185+149+234=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B995EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995EA is #466A15. Grayscale: #A9A9A9. Windows color (decimal): -4614678 or 15373753. OLE color: 15373753.

HSL color Cylindrical-coordinate representation of color #B995EA: hue angle of 265.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B995EA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 149 234 -
CMYK 0.21 0.36 0 0.08
HSL 265.41º 0.67% 0.75% -
HSV(B) 265.41º 0.36% 0.92% -
XYZ 45.61 37.75 82.72 -
YUV 169.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 185 149 234 0.21 0.36 0 0.08 265.41 0.67 0.75
Hex B9 95 EA 15 24 0 8 109 43 4B
Octal 271 225 352 25 44 0 10 411 103 113
Binary 10111001 10010101 11101010 10101 100100 0 1000 100001001 1000011 1001011

Color Harmonies of #B995EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995EA

Black with #B995EA

Text Example


Text Example

White with #B995EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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