Html Css Color HEX #B781FA Biloba Flower

📋 copy color: '#B781FA'

red 183 ◦ green 129 ◦ blue 250

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

Shades of Biloba Flower #B781FA

Tints of Biloba Flower #B781FA

RGB

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

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

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

R = 32.56%
G = 22.95%
B = 44.48%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B781FA (or 0xB781FA) is known color: Biloba Flower. HEX triplet: B7, 81 and FA. RGB value is (183,129,250). Sum of RGB (Red+Green+Blue) = 183+129+250=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #B781FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781FA is #487E05. Grayscale: #9E9E9E. Windows color (decimal): -4750854 or 16417207. OLE color: 16417207.

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

Color convert

RGB 183 129 250 -
CMYK 0.27 0.48 0 0.02
HSL 266.78º 0.92% 0.74% -
HSV(B) 266.78º 0.48% 0.98% -
XYZ 44.63 32.67 94.4 -
YUV 158.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 183 129 250 0.27 0.48 0 0.02 266.78 0.92 0.74
Hex B7 81 FA 1B 30 0 2 10B 5C 4A
Octal 267 201 372 33 60 0 2 413 134 112
Binary 10110111 10000001 11111010 11011 110000 0 10 100001011 1011100 1001010

Color Harmonies of #B781FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781FA

Black with #B781FA

Text Example


Text Example

White with #B781FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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