Html Css Color HEX #B383DE Biloba Flower

📋 copy color: '#B383DE'

red 179 ◦ green 131 ◦ blue 222

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

Shades of Biloba Flower #B383DE

Tints of Biloba Flower #B383DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 33.65%
G = 24.62%
B = 41.73%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B383DE (or 0xB383DE) is known color: Biloba Flower. HEX triplet: B3, 83 and DE. RGB value is (179,131,222). Sum of RGB (Red+Green+Blue) = 179+131+222=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #B383DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383DE is #4C7C21. Grayscale: #9B9B9B. Windows color (decimal): -5012514 or 14582707. OLE color: 14582707.

HSL color Cylindrical-coordinate representation of color #B383DE: hue angle of 271.65º degrees, saturation: 0.58, 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 #B383DE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 131 222 -
CMYK 0.19 0.41 0 0.13
HSL 271.65º 0.58% 0.69% -
HSV(B) 271.65º 0.41% 0.87% -
XYZ 39.89 31.09 73.01 -
YUV 155.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 179 131 222 0.19 0.41 0 0.13 271.65 0.58 0.69
Hex B3 83 DE 13 29 0 D 110 3A 45
Octal 263 203 336 23 51 0 15 420 72 105
Binary 10110011 10000011 11011110 10011 101001 0 1101 100010000 111010 1000101

Color Harmonies of #B383DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383DE

Black with #B383DE

Text Example


Text Example

White with #B383DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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