Html Css Color HEX #B97AEA Biloba Flower

📋 copy color: '#B97AEA'

red 185 ◦ green 122 ◦ blue 234

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

Shades of Biloba Flower #B97AEA

Tints of Biloba Flower #B97AEA

RGB

 RED value IS 185 (72.66% from 255) = 34.2%

 GREEN value IS 122 (48.05% from 255) = 22.55%

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

R = 34.2%
G = 22.55%
B = 43.25%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B97AEA (or 0xB97AEA) is known color: Biloba Flower. HEX triplet: B9, 7A and EA. RGB value is (185,122,234). Sum of RGB (Red+Green+Blue) = 185+122+234=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #B97AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97AEA is #468515. Grayscale: #999999. Windows color (decimal): -4621590 or 15366841. OLE color: 15366841.

HSL color Cylindrical-coordinate representation of color #B97AEA: hue angle of 273.75º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B97AEA is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 122 234 -
CMYK 0.21 0.48 0 0.08
HSL 273.75º 0.73% 0.7% -
HSV(B) 273.75º 0.48% 0.92% -
XYZ 41.82 30.17 81.46 -
YUV 153.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 185 122 234 0.21 0.48 0 0.08 273.75 0.73 0.7
Hex B9 7A EA 15 30 0 8 112 49 46
Octal 271 172 352 25 60 0 10 422 111 106
Binary 10111001 1111010 11101010 10101 110000 0 1000 100010010 1001001 1000110

Color Harmonies of #B97AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AEA

Black with #B97AEA

Text Example


Text Example

White with #B97AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AEA; }

 p { color: rgb(185,122,234); }

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

background-color css

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

 a { background-color: rgb(185,122,234); }

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

border-color css

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

 span { border-color: rgb(185,122,234); }

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