Html Css Color HEX #B381E6 Biloba Flower

📋 copy color: '#B381E6'

red 179 ◦ green 129 ◦ blue 230

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

Shades of Biloba Flower #B381E6

Tints of Biloba Flower #B381E6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.98%

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 33.27%
G = 23.98%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B381E6 (or 0xB381E6) is known color: Biloba Flower. HEX triplet: B3, 81 and E6. RGB value is (179,129,230). Sum of RGB (Red+Green+Blue) = 179+129+230=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #B381E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381E6 is #4C7E19. Grayscale: #9B9B9B. Windows color (decimal): -5013018 or 15106483. OLE color: 15106483.

HSL color Cylindrical-coordinate representation of color #B381E6: hue angle of 269.7º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B381E6 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 129 230 -
CMYK 0.22 0.44 0 0.10
HSL 269.7º 0.67% 0.7% -
HSV(B) 269.7º 0.44% 0.9% -
XYZ 40.72 31 78.7 -
YUV 155.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 179 129 230 0.22 0.44 0 0.10 269.7 0.67 0.7
Hex B3 81 E6 16 2C 0 A 10E 43 46
Octal 263 201 346 26 54 0 12 416 103 106
Binary 10110011 10000001 11100110 10110 101100 0 1010 100001110 1000011 1000110

Color Harmonies of #B381E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381E6

Black with #B381E6

Text Example


Text Example

White with #B381E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381E6; }

 p { color: rgb(179,129,230); }

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

background-color css

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

 a { background-color: rgb(179,129,230); }

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

border-color css

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

 span { border-color: rgb(179,129,230); }

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