Html Css Color HEX #B68FFE Biloba Flower

📋 copy color: '#B68FFE'

red 182 ◦ green 143 ◦ blue 254

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

Shades of Biloba Flower #B68FFE

Tints of Biloba Flower #B68FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.7%

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 31.43%
G = 24.7%
B = 43.87%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B68FFE (or 0xB68FFE) is known color: Biloba Flower. HEX triplet: B6, 8F and FE. RGB value is (182,143,254). Sum of RGB (Red+Green+Blue) = 182+143+254=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FFE is #497001. Grayscale: #A6A6A6. Windows color (decimal): -4812802 or 16682934. OLE color: 16682934.

HSL color Cylindrical-coordinate representation of color #B68FFE: hue angle of 261.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68FFE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 143 254 -
CMYK 0.28 0.44 0 0.00
HSL 261.08º 0.98% 0.78% -
HSV(B) 261.08º 0.44% 1% -
XYZ 47 36.75 98.38 -
YUV 167.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 182 143 254 0.28 0.44 0 0.00 261.08 0.98 0.78
Hex B6 8F FE 1C 2C 0 0 105 62 4E
Octal 266 217 376 34 54 0 0 405 142 116
Binary 10110110 10001111 11111110 11100 101100 0 0 100000101 1100010 1001110

Color Harmonies of #B68FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FFE

Black with #B68FFE

Text Example


Text Example

White with #B68FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FFE; }

 p { color: rgb(182,143,254); }

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

background-color css

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

 a { background-color: rgb(182,143,254); }

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

border-color css

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

 span { border-color: rgb(182,143,254); }

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