Html Css Color HEX #B382F9 Biloba Flower

📋 copy color: '#B382F9'

red 179 ◦ green 130 ◦ blue 249

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

Shades of Biloba Flower #B382F9

Tints of Biloba Flower #B382F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.3%

 BLUE value IS 249 (97.66% from 255) = 44.62%

R = 32.08%
G = 23.3%
B = 44.62%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B382F9 (or 0xB382F9) is known color: Biloba Flower. HEX triplet: B3, 82 and F9. RGB value is (179,130,249). Sum of RGB (Red+Green+Blue) = 179+130+249=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #B382F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382F9 is #4C7D06. Grayscale: #9D9D9D. Windows color (decimal): -5012743 or 16351923. OLE color: 16351923.

HSL color Cylindrical-coordinate representation of color #B382F9: hue angle of 264.71º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B382F9 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 130 249 -
CMYK 0.28 0.48 0 0.02
HSL 264.71º 0.91% 0.74% -
HSV(B) 264.71º 0.48% 0.98% -
XYZ 43.67 32.39 93.57 -
YUV 158.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 179 130 249 0.28 0.48 0 0.02 264.71 0.91 0.74
Hex B3 82 F9 1C 30 0 2 109 5B 4A
Octal 263 202 371 34 60 0 2 411 133 112
Binary 10110011 10000010 11111001 11100 110000 0 10 100001001 1011011 1001010

Color Harmonies of #B382F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382F9

Black with #B382F9

Text Example


Text Example

White with #B382F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382F9; }

 p { color: rgb(179,130,249); }

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

background-color css

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

 a { background-color: rgb(179,130,249); }

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

border-color css

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

 span { border-color: rgb(179,130,249); }

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