Html Css Color HEX #B993EF Biloba Flower

📋 copy color: '#B993EF'

red 185 ◦ green 147 ◦ blue 239

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

Shades of Biloba Flower #B993EF

Tints of Biloba Flower #B993EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 32.4%
G = 25.74%
B = 41.86%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B993EF (or 0xB993EF) is known color: Biloba Flower. HEX triplet: B9, 93 and EF. RGB value is (185,147,239). Sum of RGB (Red+Green+Blue) = 185+147+239=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #B993EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993EF is #466C10. Grayscale: #A8A8A8. Windows color (decimal): -4615185 or 15700921. OLE color: 15700921.

HSL color Cylindrical-coordinate representation of color #B993EF: hue angle of 264.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B993EF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 147 239 -
CMYK 0.23 0.38 0 0.06
HSL 264.78º 0.74% 0.76% -
HSV(B) 264.78º 0.38% 0.94% -
XYZ 46.02 37.41 86.46 -
YUV 168.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 185 147 239 0.23 0.38 0 0.06 264.78 0.74 0.76
Hex B9 93 EF 17 26 0 6 109 4A 4C
Octal 271 223 357 27 46 0 6 411 112 114
Binary 10111001 10010011 11101111 10111 100110 0 110 100001001 1001010 1001100

Color Harmonies of #B993EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993EF

Black with #B993EF

Text Example


Text Example

White with #B993EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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