Html Css Color HEX #B995E6 Biloba Flower

📋 copy color: '#B995E6'

red 185 ◦ green 149 ◦ blue 230

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

Shades of Biloba Flower #B995E6

Tints of Biloba Flower #B995E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 32.8%
G = 26.42%
B = 40.78%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B995E6 (or 0xB995E6) is known color: Biloba Flower. HEX triplet: B9, 95 and E6. RGB value is (185,149,230). Sum of RGB (Red+Green+Blue) = 185+149+230=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #B995E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995E6 is #466A19. Grayscale: #A8A8A8. Windows color (decimal): -4614682 or 15111609. OLE color: 15111609.

HSL color Cylindrical-coordinate representation of color #B995E6: hue angle of 266.67º degrees, saturation: 0.62, 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 #B995E6 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 149 230 -
CMYK 0.20 0.35 0 0.10
HSL 266.67º 0.62% 0.74% -
HSV(B) 266.67º 0.35% 0.9% -
XYZ 45.04 37.52 79.73 -
YUV 169 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 185 149 230 0.20 0.35 0 0.10 266.67 0.62 0.74
Hex B9 95 E6 14 23 0 A 10B 3E 4A
Octal 271 225 346 24 43 0 12 413 76 112
Binary 10111001 10010101 11100110 10100 100011 0 1010 100001011 111110 1001010

Color Harmonies of #B995E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995E6

Black with #B995E6

Text Example


Text Example

White with #B995E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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