Html Css Color HEX #B795EA Biloba Flower

📋 copy color: '#B795EA'

red 183 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #B795EA

Tints of Biloba Flower #B795EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.33%

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 32.33%
G = 26.33%
B = 41.34%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B795EA (or 0xB795EA) is known color: Biloba Flower. HEX triplet: B7, 95 and EA. RGB value is (183,149,234). Sum of RGB (Red+Green+Blue) = 183+149+234=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #B795EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795EA is #486A15. Grayscale: #A8A8A8. Windows color (decimal): -4745750 or 15373751. OLE color: 15373751.

HSL color Cylindrical-coordinate representation of color #B795EA: hue angle of 264º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B795EA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 149 234 -
CMYK 0.22 0.36 0 0.08
HSL 264º 0.67% 0.75% -
HSV(B) 264º 0.36% 0.92% -
XYZ 45.13 37.5 82.7 -
YUV 168.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 183 149 234 0.22 0.36 0 0.08 264 0.67 0.75
Hex B7 95 EA 16 24 0 8 108 43 4B
Octal 267 225 352 26 44 0 10 410 103 113
Binary 10110111 10010101 11101010 10110 100100 0 1000 100001000 1000011 1001011

Color Harmonies of #B795EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795EA

Black with #B795EA

Text Example


Text Example

White with #B795EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795EA; }

 p { color: rgb(183,149,234); }

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

background-color css

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

 a { background-color: rgb(183,149,234); }

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

border-color css

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

 span { border-color: rgb(183,149,234); }

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