Html Css Color HEX #B383D7 Biloba Flower

📋 copy color: '#B383D7'

red 179 ◦ green 131 ◦ blue 215

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

Shades of Biloba Flower #B383D7

Tints of Biloba Flower #B383D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 34.1%
G = 24.95%
B = 40.95%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B383D7 (or 0xB383D7) is known color: Biloba Flower. HEX triplet: B3, 83 and D7. RGB value is (179,131,215). Sum of RGB (Red+Green+Blue) = 179+131+215=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #B383D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383D7 is #4C7C28. Grayscale: #9A9A9A. Windows color (decimal): -5012521 or 14123955. OLE color: 14123955.

HSL color Cylindrical-coordinate representation of color #B383D7: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B383D7 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 131 215 -
CMYK 0.17 0.39 0 0.16
HSL 274.29º 0.51% 0.68% -
HSV(B) 274.29º 0.39% 0.84% -
XYZ 38.97 30.72 68.17 -
YUV 154.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 179 131 215 0.17 0.39 0 0.16 274.29 0.51 0.68
Hex B3 83 D7 11 27 0 10 112 33 44
Octal 263 203 327 21 47 0 20 422 63 104
Binary 10110011 10000011 11010111 10001 100111 0 10000 100010010 110011 1000100

Color Harmonies of #B383D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383D7

Black with #B383D7

Text Example


Text Example

White with #B383D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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