Html Css Color HEX #B68BFE Biloba Flower

📋 copy color: '#B68BFE'

red 182 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #B68BFE

Tints of Biloba Flower #B68BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.17%

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

R = 31.65%
G = 24.17%
B = 44.17%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B68BFE (or 0xB68BFE) is known color: Biloba Flower. HEX triplet: B6, 8B and FE. RGB value is (182,139,254). Sum of RGB (Red+Green+Blue) = 182+139+254=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BFE is #497401. Grayscale: #A4A4A4. Windows color (decimal): -4813826 or 16681910. OLE color: 16681910.

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

Color convert

RGB 182 139 254 -
CMYK 0.28 0.45 0 0.00
HSL 262.43º 0.98% 0.77% -
HSV(B) 262.43º 0.45% 1% -
XYZ 46.41 35.57 98.18 -
YUV 164.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 182 139 254 0.28 0.45 0 0.00 262.43 0.98 0.77
Hex B6 8B FE 1C 2D 0 0 106 62 4D
Octal 266 213 376 34 55 0 0 406 142 115
Binary 10110110 10001011 11111110 11100 101101 0 0 100000110 1100010 1001101

Color Harmonies of #B68BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BFE

Black with #B68BFE

Text Example


Text Example

White with #B68BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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