Html Css Color HEX #B796EF Biloba Flower

📋 copy color: '#B796EF'

red 183 ◦ green 150 ◦ blue 239

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

Shades of Biloba Flower #B796EF

Tints of Biloba Flower #B796EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.22%

 BLUE value IS 239 (93.75% from 255) = 41.78%

R = 31.99%
G = 26.22%
B = 41.78%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B796EF (or 0xB796EF) is known color: Biloba Flower. HEX triplet: B7, 96 and EF. RGB value is (183,150,239). Sum of RGB (Red+Green+Blue) = 183+150+239=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #B796EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B796EF is #486910. Grayscale: #A9A9A9. Windows color (decimal): -4745489 or 15701687. OLE color: 15701687.

HSL color Cylindrical-coordinate representation of color #B796EF: hue angle of 262.25º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B796EF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 150 239 -
CMYK 0.23 0.37 0 0.06
HSL 262.25º 0.74% 0.76% -
HSV(B) 262.25º 0.37% 0.94% -
XYZ 46.01 38.11 86.59 -
YUV 170.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 183 150 239 0.23 0.37 0 0.06 262.25 0.74 0.76
Hex B7 96 EF 17 25 0 6 106 4A 4C
Octal 267 226 357 27 45 0 6 406 112 114
Binary 10110111 10010110 11101111 10111 100101 0 110 100000110 1001010 1001100

Color Harmonies of #B796EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796EF

Black with #B796EF

Text Example


Text Example

White with #B796EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796EF; }

 p { color: rgb(183,150,239); }

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

background-color css

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

 a { background-color: rgb(183,150,239); }

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

border-color css

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

 span { border-color: rgb(183,150,239); }

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