Html Css Color HEX #B797F2 Biloba Flower

📋 copy color: '#B797F2'

red 183 ◦ green 151 ◦ blue 242

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

Shades of Biloba Flower #B797F2

Tints of Biloba Flower #B797F2

RGB

 RED value IS 183 (71.88% from 255) = 31.77%

 GREEN value IS 151 (59.38% from 255) = 26.22%

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

R = 31.77%
G = 26.22%
B = 42.01%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B797F2 (or 0xB797F2) is known color: Biloba Flower. HEX triplet: B7, 97 and F2. RGB value is (183,151,242). Sum of RGB (Red+Green+Blue) = 183+151+242=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #B797F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B797F2 is #48680D. Grayscale: #AAAAAA. Windows color (decimal): -4745230 or 15898551. OLE color: 15898551.

HSL color Cylindrical-coordinate representation of color #B797F2: hue angle of 261.1º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B797F2 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 151 242 -
CMYK 0.24 0.38 0 0.05
HSL 261.1º 0.78% 0.77% -
HSV(B) 261.1º 0.38% 0.95% -
XYZ 46.62 38.61 89 -
YUV 170.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 183 151 242 0.24 0.38 0 0.05 261.1 0.78 0.77
Hex B7 97 F2 18 26 0 5 105 4E 4D
Octal 267 227 362 30 46 0 5 405 116 115
Binary 10110111 10010111 11110010 11000 100110 0 101 100000101 1001110 1001101

Color Harmonies of #B797F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B797F2

Black with #B797F2

Text Example


Text Example

White with #B797F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B797F2; }

 p { color: rgb(183,151,242); }

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

background-color css

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

 a { background-color: rgb(183,151,242); }

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

border-color css

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

 span { border-color: rgb(183,151,242); }

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