Html Css Color HEX #B681FA Biloba Flower

📋 copy color: '#B681FA'

red 182 ◦ green 129 ◦ blue 250

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

Shades of Biloba Flower #B681FA

Tints of Biloba Flower #B681FA

RGB

 RED value IS 182 (71.48% from 255) = 32.44%

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

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

R = 32.44%
G = 22.99%
B = 44.56%

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

#B681FA (or 0xB681FA) is known color: Biloba Flower. HEX triplet: B6, 81 and FA. RGB value is (182,129,250). Sum of RGB (Red+Green+Blue) = 182+129+250=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #B681FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681FA is #497E05. Grayscale: #9E9E9E. Windows color (decimal): -4816390 or 16417206. OLE color: 16417206.

HSL color Cylindrical-coordinate representation of color #B681FA: hue angle of 266.28º 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 #B681FA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 129 250 -
CMYK 0.27 0.48 0 0.02
HSL 266.28º 0.92% 0.74% -
HSV(B) 266.28º 0.48% 0.98% -
XYZ 44.4 32.55 94.38 -
YUV 158.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 182 129 250 0.27 0.48 0 0.02 266.28 0.92 0.74
Hex B6 81 FA 1B 30 0 2 10A 5C 4A
Octal 266 201 372 33 60 0 2 412 134 112
Binary 10110110 10000001 11111010 11011 110000 0 10 100001010 1011100 1001010

Color Harmonies of #B681FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681FA

Black with #B681FA

Text Example


Text Example

White with #B681FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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