Html Css Color HEX #B993E7 Biloba Flower

📋 copy color: '#B993E7'

red 185 ◦ green 147 ◦ blue 231

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

Shades of Biloba Flower #B993E7

Tints of Biloba Flower #B993E7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.11%

 BLUE value IS 231 (90.63% from 255) = 41.03%

R = 32.86%
G = 26.11%
B = 41.03%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B993E7 (or 0xB993E7) is known color: Biloba Flower. HEX triplet: B9, 93 and E7. RGB value is (185,147,231). Sum of RGB (Red+Green+Blue) = 185+147+231=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #B993E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993E7 is #466C18. Grayscale: #A7A7A7. Windows color (decimal): -4615193 or 15176633. OLE color: 15176633.

HSL color Cylindrical-coordinate representation of color #B993E7: hue angle of 267.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B993E7 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 147 231 -
CMYK 0.20 0.36 0 0.09
HSL 267.14º 0.64% 0.74% -
HSV(B) 267.14º 0.36% 0.91% -
XYZ 44.87 36.95 80.37 -
YUV 167.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 185 147 231 0.20 0.36 0 0.09 267.14 0.64 0.74
Hex B9 93 E7 14 24 0 9 10B 40 4A
Octal 271 223 347 24 44 0 11 413 100 112
Binary 10111001 10010011 11100111 10100 100100 0 1001 100001011 1000000 1001010

Color Harmonies of #B993E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993E7

Black with #B993E7

Text Example


Text Example

White with #B993E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993E7; }

 p { color: rgb(185,147,231); }

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

background-color css

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

 a { background-color: rgb(185,147,231); }

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

border-color css

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

 span { border-color: rgb(185,147,231); }

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