Html Css Color HEX #B380ED Biloba Flower

📋 copy color: '#B380ED'

red 179 ◦ green 128 ◦ blue 237

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

Shades of Biloba Flower #B380ED

Tints of Biloba Flower #B380ED

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 32.9%
G = 23.53%
B = 43.57%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B380ED (or 0xB380ED) is known color: Biloba Flower. HEX triplet: B3, 80 and ED. RGB value is (179,128,237). Sum of RGB (Red+Green+Blue) = 179+128+237=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #B380ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B380ED is #4C7F12. Grayscale: #9B9B9B. Windows color (decimal): -5013267 or 15564979. OLE color: 15564979.

HSL color Cylindrical-coordinate representation of color #B380ED: hue angle of 268.07º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B380ED is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 128 237 -
CMYK 0.24 0.46 0 0.07
HSL 268.07º 0.75% 0.72% -
HSV(B) 268.07º 0.46% 0.93% -
XYZ 41.6 31.14 83.94 -
YUV 155.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 179 128 237 0.24 0.46 0 0.07 268.07 0.75 0.72
Hex B3 80 ED 18 2E 0 7 10C 4B 48
Octal 263 200 355 30 56 0 7 414 113 110
Binary 10110011 10000000 11101101 11000 101110 0 111 100001100 1001011 1001000

Color Harmonies of #B380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380ED

Black with #B380ED

Text Example


Text Example

White with #B380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380ED; }

 p { color: rgb(179,128,237); }

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

background-color css

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

 a { background-color: rgb(179,128,237); }

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

border-color css

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

 span { border-color: rgb(179,128,237); }

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