Html Css Color HEX #B084EA Biloba Flower

📋 copy color: '#B084EA'

red 176 ◦ green 132 ◦ blue 234

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

Shades of Biloba Flower #B084EA

Tints of Biloba Flower #B084EA

RGB

 RED value IS 176 (69.14% from 255) = 32.47%

 GREEN value IS 132 (51.95% from 255) = 24.35%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 32.47%
G = 24.35%
B = 43.17%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B084EA (or 0xB084EA) is known color: Biloba Flower. HEX triplet: B0, 84 and EA. RGB value is (176,132,234). Sum of RGB (Red+Green+Blue) = 176+132+234=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #B084EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084EA is #4F7B15. Grayscale: #9C9C9C. Windows color (decimal): -5208854 or 15369392. OLE color: 15369392.

HSL color Cylindrical-coordinate representation of color #B084EA: hue angle of 265.88º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B084EA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 132 234 -
CMYK 0.25 0.44 0 0.08
HSL 265.88º 0.71% 0.72% -
HSV(B) 265.88º 0.44% 0.92% -
XYZ 41.01 31.67 81.79 -
YUV 156.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 176 132 234 0.25 0.44 0 0.08 265.88 0.71 0.72
Hex B0 84 EA 19 2C 0 8 10A 47 48
Octal 260 204 352 31 54 0 10 412 107 110
Binary 10110000 10000100 11101010 11001 101100 0 1000 100001010 1000111 1001000

Color Harmonies of #B084EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084EA

Black with #B084EA

Text Example


Text Example

White with #B084EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084EA; }

 p { color: rgb(176,132,234); }

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

background-color css

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

 a { background-color: rgb(176,132,234); }

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

border-color css

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

 span { border-color: rgb(176,132,234); }

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