Html Css Color HEX #B781F0 Biloba Flower

📋 copy color: '#B781F0'

red 183 ◦ green 129 ◦ blue 240

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

Shades of Biloba Flower #B781F0

Tints of Biloba Flower #B781F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.37%

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 33.15%
G = 23.37%
B = 43.48%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B781F0 (or 0xB781F0) is known color: Biloba Flower. HEX triplet: B7, 81 and F0. RGB value is (183,129,240). Sum of RGB (Red+Green+Blue) = 183+129+240=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #B781F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781F0 is #487E0F. Grayscale: #9D9D9D. Windows color (decimal): -4750864 or 15761847. OLE color: 15761847.

HSL color Cylindrical-coordinate representation of color #B781F0: hue angle of 269.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B781F0 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 129 240 -
CMYK 0.24 0.46 0 0.06
HSL 269.19º 0.79% 0.72% -
HSV(B) 269.19º 0.46% 0.94% -
XYZ 43.11 32.06 86.35 -
YUV 157.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 183 129 240 0.24 0.46 0 0.06 269.19 0.79 0.72
Hex B7 81 F0 18 2E 0 6 10D 4F 48
Octal 267 201 360 30 56 0 6 415 117 110
Binary 10110111 10000001 11110000 11000 101110 0 110 100001101 1001111 1001000

Color Harmonies of #B781F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781F0

Black with #B781F0

Text Example


Text Example

White with #B781F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781F0; }

 p { color: rgb(183,129,240); }

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

background-color css

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

 a { background-color: rgb(183,129,240); }

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

border-color css

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

 span { border-color: rgb(183,129,240); }

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