Html Css Color HEX #B993DA Biloba Flower

📋 copy color: '#B993DA'

red 185 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #B993DA

Tints of Biloba Flower #B993DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 33.64%
G = 26.73%
B = 39.64%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B993DA (or 0xB993DA) is known color: Biloba Flower. HEX triplet: B9, 93 and DA. RGB value is (185,147,218). Sum of RGB (Red+Green+Blue) = 185+147+218=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B993DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993DA is #466C25. Grayscale: #A6A6A6. Windows color (decimal): -4615206 or 14324665. OLE color: 14324665.

HSL color Cylindrical-coordinate representation of color #B993DA: hue angle of 272.11º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B993DA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 147 218 -
CMYK 0.15 0.33 0 0.15
HSL 272.11º 0.49% 0.72% -
HSV(B) 272.11º 0.33% 0.85% -
XYZ 43.1 36.24 71.05 -
YUV 166.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 185 147 218 0.15 0.33 0 0.15 272.11 0.49 0.72
Hex B9 93 DA F 21 0 F 110 31 48
Octal 271 223 332 17 41 0 17 420 61 110
Binary 10111001 10010011 11011010 1111 100001 0 1111 100010000 110001 1001000

Color Harmonies of #B993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993DA

Black with #B993DA

Text Example


Text Example

White with #B993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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