Html Css Color HEX #B084F2 Biloba Flower

📋 copy color: '#B084F2'

red 176 ◦ green 132 ◦ blue 242

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

Shades of Biloba Flower #B084F2

Tints of Biloba Flower #B084F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 32%
G = 24%
B = 44%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B084F2 (or 0xB084F2) is known color: Biloba Flower. HEX triplet: B0, 84 and F2. RGB value is (176,132,242). Sum of RGB (Red+Green+Blue) = 176+132+242=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #B084F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084F2 is #4F7B0D. Grayscale: #9D9D9D. Windows color (decimal): -5208846 or 15893680. OLE color: 15893680.

HSL color Cylindrical-coordinate representation of color #B084F2: hue angle of 264º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B084F2 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 132 242 -
CMYK 0.27 0.45 0 0.05
HSL 264º 0.81% 0.73% -
HSV(B) 264º 0.45% 0.95% -
XYZ 42.18 32.14 87.99 -
YUV 157.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 176 132 242 0.27 0.45 0 0.05 264 0.81 0.73
Hex B0 84 F2 1B 2D 0 5 108 51 49
Octal 260 204 362 33 55 0 5 410 121 111
Binary 10110000 10000100 11110010 11011 101101 0 101 100001000 1010001 1001001

Color Harmonies of #B084F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084F2

Black with #B084F2

Text Example


Text Example

White with #B084F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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