Html Css Color HEX #B985E9 Biloba Flower

📋 copy color: '#B985E9'

red 185 ◦ green 133 ◦ blue 233

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

Shades of Biloba Flower #B985E9

Tints of Biloba Flower #B985E9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.14%

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 33.58%
G = 24.14%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B985E9 (or 0xB985E9) is known color: Biloba Flower. HEX triplet: B9, 85 and E9. RGB value is (185,133,233). Sum of RGB (Red+Green+Blue) = 185+133+233=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #B985E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985E9 is #467A16. Grayscale: #9F9F9F. Windows color (decimal): -4618775 or 15304121. OLE color: 15304121.

HSL color Cylindrical-coordinate representation of color #B985E9: hue angle of 271.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B985E9 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 133 233 -
CMYK 0.21 0.43 0 0.09
HSL 271.2º 0.69% 0.72% -
HSV(B) 271.2º 0.43% 0.91% -
XYZ 43.1 32.97 81.18 -
YUV 159.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 185 133 233 0.21 0.43 0 0.09 271.2 0.69 0.72
Hex B9 85 E9 15 2B 0 9 10F 45 48
Octal 271 205 351 25 53 0 11 417 105 110
Binary 10111001 10000101 11101001 10101 101011 0 1001 100001111 1000101 1001000

Color Harmonies of #B985E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985E9

Black with #B985E9

Text Example


Text Example

White with #B985E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985E9; }

 p { color: rgb(185,133,233); }

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

background-color css

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

 a { background-color: rgb(185,133,233); }

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

border-color css

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

 span { border-color: rgb(185,133,233); }

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