Html Css Color HEX #B790FA Biloba Flower

📋 copy color: '#B790FA'

red 183 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #B790FA

Tints of Biloba Flower #B790FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.96%

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 31.72%
G = 24.96%
B = 43.33%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B790FA (or 0xB790FA) is known color: Biloba Flower. HEX triplet: B7, 90 and FA. RGB value is (183,144,250). Sum of RGB (Red+Green+Blue) = 183+144+250=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B790FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B790FA is #486F05. Grayscale: #A7A7A7. Windows color (decimal): -4747014 or 16421047. OLE color: 16421047.

HSL color Cylindrical-coordinate representation of color #B790FA: hue angle of 262.08º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B790FA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 144 250 -
CMYK 0.27 0.42 0 0.02
HSL 262.08º 0.91% 0.77% -
HSV(B) 262.08º 0.42% 0.98% -
XYZ 46.76 36.92 95.1 -
YUV 167.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 183 144 250 0.27 0.42 0 0.02 262.08 0.91 0.77
Hex B7 90 FA 1B 2A 0 2 106 5B 4D
Octal 267 220 372 33 52 0 2 406 133 115
Binary 10110111 10010000 11111010 11011 101010 0 10 100000110 1011011 1001101

Color Harmonies of #B790FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B790FA

Black with #B790FA

Text Example


Text Example

White with #B790FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B790FA; }

 p { color: rgb(183,144,250); }

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

background-color css

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

 a { background-color: rgb(183,144,250); }

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

border-color css

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

 span { border-color: rgb(183,144,250); }

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