Html Css Color HEX #B492FF Biloba Flower

📋 copy color: '#B492FF'

red 180 ◦ green 146 ◦ blue 255

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

Shades of Biloba Flower #B492FF

Tints of Biloba Flower #B492FF

RGB

 RED value IS 180 (70.7% from 255) = 30.98%

 GREEN value IS 146 (57.42% from 255) = 25.13%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 30.98%
G = 25.13%
B = 43.89%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B492FF (or 0xB492FF) is known color: Biloba Flower. HEX triplet: B4, 92 and FF. RGB value is (180,146,255). Sum of RGB (Red+Green+Blue) = 180+146+255=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B492FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B492FF is #4B6D00. Grayscale: #A8A8A8. Windows color (decimal): -4943105 or 16749236. OLE color: 16749236.

HSL color Cylindrical-coordinate representation of color #B492FF: hue angle of 258.72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B492FF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 146 255 -
CMYK 0.29 0.43 0 0
HSL 258.72º 1% 0.79% -
HSV(B) 258.72º 0.43% 1% -
XYZ 47.15 37.48 99.36 -
YUV 168.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 180 146 255 0.29 0.43 0 0 258.72 1 0.79
Hex B4 92 FF 1D 2B 0 0 103 64 4F
Octal 264 222 377 35 53 0 0 403 144 117
Binary 10110100 10010010 11111111 11101 101011 0 0 100000011 1100100 1001111

Color Harmonies of #B492FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492FF

Black with #B492FF

Text Example


Text Example

White with #B492FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492FF; }

 p { color: rgb(180,146,255); }

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

background-color css

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

 a { background-color: rgb(180,146,255); }

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

border-color css

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

 span { border-color: rgb(180,146,255); }

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