Html Css Color HEX #B794F2 Biloba Flower

📋 copy color: '#B794F2'

red 183 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #B794F2

Tints of Biloba Flower #B794F2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.83%

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

R = 31.94%
G = 25.83%
B = 42.23%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B794F2 (or 0xB794F2) is known color: Biloba Flower. HEX triplet: B7, 94 and F2. RGB value is (183,148,242). Sum of RGB (Red+Green+Blue) = 183+148+242=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B794F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794F2 is #486B0D. Grayscale: #A8A8A8. Windows color (decimal): -4745998 or 15897783. OLE color: 15897783.

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

Color convert

RGB 183 148 242 -
CMYK 0.24 0.39 0 0.05
HSL 262.34º 0.78% 0.76% -
HSV(B) 262.34º 0.39% 0.95% -
XYZ 46.15 37.66 88.84 -
YUV 169.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 183 148 242 0.24 0.39 0 0.05 262.34 0.78 0.76
Hex B7 94 F2 18 27 0 5 106 4E 4C
Octal 267 224 362 30 47 0 5 406 116 114
Binary 10110111 10010100 11110010 11000 100111 0 101 100000110 1001110 1001100

Color Harmonies of #B794F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B794F2

Black with #B794F2

Text Example


Text Example

White with #B794F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B794F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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