Html Css Color HEX #B383DF Biloba Flower

📋 copy color: '#B383DF'

red 179 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #B383DF

Tints of Biloba Flower #B383DF

RGB

 RED value IS 179 (70.31% from 255) = 33.58%

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 33.58%
G = 24.58%
B = 41.84%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B383DF (or 0xB383DF) is known color: Biloba Flower. HEX triplet: B3, 83 and DF. RGB value is (179,131,223). Sum of RGB (Red+Green+Blue) = 179+131+223=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B383DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383DF is #4C7C20. Grayscale: #9B9B9B. Windows color (decimal): -5012513 or 14648243. OLE color: 14648243.

HSL color Cylindrical-coordinate representation of color #B383DF: hue angle of 271.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B383DF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 131 223 -
CMYK 0.20 0.41 0 0.13
HSL 271.3º 0.59% 0.69% -
HSV(B) 271.3º 0.41% 0.87% -
XYZ 40.03 31.14 73.71 -
YUV 155.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 179 131 223 0.20 0.41 0 0.13 271.3 0.59 0.69
Hex B3 83 DF 14 29 0 D 10F 3B 45
Octal 263 203 337 24 51 0 15 417 73 105
Binary 10110011 10000011 11011111 10100 101001 0 1101 100001111 111011 1000101

Color Harmonies of #B383DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383DF

Black with #B383DF

Text Example


Text Example

White with #B383DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383DF; }

 p { color: rgb(179,131,223); }

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

background-color css

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

 a { background-color: rgb(179,131,223); }

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

border-color css

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

 span { border-color: rgb(179,131,223); }

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